Skip to content

Commit

Permalink
Fix global font family
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Oct 2, 2024
1 parent 06a1818 commit 1012b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ injectGlobal`
body {
line-height: 1.6;
font-size: 16px;
font-family: ui-sans-serif, "Source Han Serif C", "Source Han Serif K", "Noto Serif CJK KR", "Source Han Serif SC",
font-family: ui-serif, "Source Han Serif C", "Source Han Serif K", "Noto Serif CJK KR", "Source Han Serif SC",
"Noto Serif CJK SC", "Source Han Serif", "Noto Serif CJK JP", "Source Han Serif TC", "Noto Serif CJK TC",
"Noto Serif KR", "Noto Serif SC", "Noto Serif TC", "Jomolhari", "HanaMin", "CharisSILW", serif;
font-language-override: "KOR";
Expand Down

0 comments on commit 1012b15

Please sign in to comment.