From c251ec4e09de44fa3fd68c9ba95bb0bca220903e Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Mon, 24 Jun 2024 15:26:55 -0400 Subject: [PATCH] Rosetta styles: Add Noto Serif for Japanese (#144) Rosetta styles: Add Noto Serif JP as a font option --- .../themes/wporg-parent-2021/inc/rosetta-styles.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php b/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php index 2e659be5..a4575c1a 100644 --- a/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php +++ b/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php @@ -78,6 +78,13 @@ function get_locale_customizations( $locale ) { ], ], 'typography' => [ + 'fontFamilies' => [ + [ + 'fontFamily' => '"Noto Serif JP", serif', + 'slug' => 'noto-serif-jp', + 'name' => 'Noto Serif JP', + ], + ], 'fontSizes' => [ [ 'slug' => 'heading-cta',