Fix default fonts for 7s

This commit is contained in:
Sakura Knoll
2022-09-18 16:16:23 +09:00 Unverified
parent caaa69ff1a
commit c53c828db0
4 changed files with 62 additions and 60 deletions
+2 -1
View File
@@ -592,7 +592,8 @@ html {
position: relative;
background-color: #000;
color: #333;
font-family: Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Ubuntu, 'Helvetica Neue', Oxygen, Cantarell, sans-serif;
}
* {
outline: none;