-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up the fonts and language settings
- Loading branch information
Tom Moitié
committed
Sep 11, 2023
1 parent
2dab005
commit 471905e
Showing
3 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
html body, | ||
html input::placeholder, | ||
html button, | ||
html input { | ||
font-family: 'Noto Sans', sans-serif; | ||
} | ||
|
||
|
||
html[lang="ja"] body, | ||
html[lang="ja"] input::placeholder, | ||
html[lang="ja"] button, | ||
html[lang="ja"] input { | ||
font-family: 'Noto Sans JP', sans-serif; | ||
} | ||
|