Added support for zh-CN locale.

This commit is contained in:
Mike Cao 2020-09-07 15:25:09 -07:00
parent e8538f6e23
commit 987fdfd57d
9 changed files with 168 additions and 124 deletions

View file

@ -13,6 +13,10 @@ body {
background: var(--gray75);
}
.zh-CN {
font-family: 'Noto Sans SC', sans-serif !important;
}
*,
*:before,
*:after {