Skip to content

Commit

Permalink
2024 Theme: Adjust Lesson font styles
Browse files Browse the repository at this point in the history
Closes #2691
  • Loading branch information
adamwoodnz committed Jul 18, 2024
1 parent 2e4c0b5 commit f48869c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,13 @@ body.sensei {
}
}

body.sensei-course-theme {
--wp--preset--font-family--body-font: var(--wp--preset--font-family--inter);

font-size: var(--wp--preset--font-size--normal);
line-height: var(--wp--custom--body--typography--line-height);
}

.course:not(body) {
border-bottom: unset;
margin: unset;
Expand Down

0 comments on commit f48869c

Please sign in to comment.