From f48869cac0171fcdb674d2e7a86177a3d93f7093 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:02:49 +1200 Subject: [PATCH] 2024 Theme: Adjust Lesson font styles Closes https://github.com/WordPress/Learn/issues/2691 --- .../themes/pub/wporg-learn-2024/src/style/_sensei.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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;