fix: #1251 use google fonts mirror

This commit is contained in:
Yidadaa
2023-05-05 22:49:41 +08:00
parent ec655f5182
commit 4b9d753254
4 changed files with 8 additions and 6 deletions

View File

@@ -88,6 +88,9 @@
}
html {
height: var(--full-height);
font-family: "Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons",
"PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body {
@@ -102,8 +105,6 @@ body {
align-items: center;
user-select: none;
touch-action: pan-x pan-y;
font-family: "Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons",
"PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
@media only screen and (max-width: 600px) {
background-color: var(--second);