Add a generic font family

This commit is contained in:
洛水居室 2022-06-28 01:07:19 +08:00
parent 9942df4291
commit b80c117e87
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
} }
body { body {
font-size: 16px; font-size: 16px;
font-family: "tttgbnumber"; font-family: "tttgbnumber", system-ui;
transform: scale(1.5); transform: scale(1.5);
transform-origin: 0 0; transform-origin: 0 0;
color: #1e1f20; color: #1e1f20;

View File

@ -15,7 +15,7 @@
body { body {
transform: scale(1); transform: scale(1);
transform-origin: 0 0; transform-origin: 0 0;
font-family: "tttgbnumber"; font-family: "tttgbnumber", system-ui;
color: #28384d; color: #28384d;
font-size: 20px; font-size: 20px;
} }

View File

@ -13,5 +13,5 @@
} }
body { body {
font-family: "hywh", "seguiemj", emoji; font-family: "hywh", "seguiemj", emoji, system-ui;
} }