mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 20:19:05 +01:00
chore(website/i18n): add more CJK fonts
This commit is contained in:
parent
c40279b480
commit
a4d92e12be
@ -31,7 +31,13 @@ html,
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
|
font-family: Inter,
|
||||||
|
system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
|
||||||
|
"Noto Sans", "Noto Sans CJK SC",
|
||||||
|
"Hiragino Sans", "Hiragino Kaku Gothic ProN",
|
||||||
|
"Microsoft YaHei", "Meiryo", "Malgun Gothic",
|
||||||
|
"PingFang SC", "Source Han Sans SC",
|
||||||
|
"Source Han Sans JP", "Source Han Sans KR";
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user