From 5a98bfe0f41280ef38d5a6fa1ad9f2125ca61155 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Tue, 18 Jun 2024 19:00:42 -0400 Subject: [PATCH] Rosetta styles: Use Noto Serif JP for headings --- source/wp-content/themes/wporg-main-2022/src/rosetta/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/wp-content/themes/wporg-main-2022/src/rosetta/style.scss b/source/wp-content/themes/wporg-main-2022/src/rosetta/style.scss index 78a524d9..bc2c47af 100644 --- a/source/wp-content/themes/wporg-main-2022/src/rosetta/style.scss +++ b/source/wp-content/themes/wporg-main-2022/src/rosetta/style.scss @@ -27,6 +27,8 @@ $wporg-about-breakpoint-max: 1920px; } [lang="ja"] { + --wp--custom--heading--typography--font-family: var(--wp--preset--font-family--noto-serif-jp); + .wp-block-wporg-random-heading > strong { display: inline-block; }