Skip to content

Commit

Permalink
Change heading size in Japanese locale (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Jun 17, 2024
1 parent 57027cb commit 988c4d0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ function get_locale_customizations( $locale ) {
'slug' => 'heading-cta',
'size' => '96px',
],
[
'slug' => 'heading-1',
'size' => '60px',
],
[
'slug' => 'heading-2',
'size' => '40px',
Expand Down

0 comments on commit 988c4d0

Please sign in to comment.