From 988c4d08366016d7b7a129633d472fd5395c1914 Mon Sep 17 00:00:00 2001 From: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Date: Tue, 18 Jun 2024 06:34:01 +0900 Subject: [PATCH] Change heading size in Japanese locale (#138) --- .../themes/wporg-parent-2021/inc/rosetta-styles.php | 4 ++++ 1 file changed, 4 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 a6064438..737bb069 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 @@ -83,6 +83,10 @@ function get_locale_customizations( $locale ) { 'slug' => 'heading-cta', 'size' => '96px', ], + [ + 'slug' => 'heading-1', + 'size' => '60px', + ], [ 'slug' => 'heading-2', 'size' => '40px',