Skip to content

Commit

Permalink
Rosetta styles: Add Noto Serif for Japanese (#144)
Browse files Browse the repository at this point in the history
Rosetta styles: Add Noto Serif JP as a font option
  • Loading branch information
ryelle committed Jun 24, 2024
1 parent 1e85334 commit c251ec4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c251ec4

Please sign in to comment.