Skip to content

Commit

Permalink
Remove ui- font family
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Oct 2, 2024
1 parent 1012b15 commit e45d39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-serif, "Source Han Serif C", "Source Han Serif K", "Noto Serif CJK KR", "Source Han Serif SC",
font-family: "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
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const defaultArticle =
"橫(匣合二庚平)柯上(常開三陽上)蔽,在(從開一咍上)晝猶(以三尤平)昏;疏(生開三魚平)條交映(影開三B庚去),有時見(見開四先去)日。";

export const codeFontFamily = `
ui-monospace, "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New",
"SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New",
"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", monospace, monospace`;
Expand Down

0 comments on commit e45d39f

Please sign in to comment.