diff --git a/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss b/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss index 9155e9ff8..a93b31317 100644 --- a/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss +++ b/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss @@ -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;