|
@@ -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);
|