Skip to content

Commit

Permalink
feat(media/print_media): use Noto Sans Japanese in body
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Oct 30, 2024
1 parent adbc39f commit 9e5a26f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/layout/media/_print_media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

body {
font-family: 'Noto Serif Japanese', serif;
font-family: 'Noto Sans Japanese', sans-serif;
}

h1,
Expand All @@ -17,7 +17,6 @@
h5,
h6 {
break-after: avoid;
font-family: 'Noto Sans Japanese', sans-serif;
font-weight: bold;
}

Expand Down

0 comments on commit 9e5a26f

Please sign in to comment.