Update font styles across the application to include 'Noto Sans SC' for improved typography consistency.

This commit is contained in:
666ghj
2025-12-26 17:35:09 +08:00
parent abf2ba68af
commit 44424f29ba
14 changed files with 24 additions and 23 deletions

View File

@@ -15,7 +15,7 @@
}
#app {
font-family: 'JetBrains Mono', 'Space Grotesk', monospace;
font-family: 'JetBrains Mono', 'Space Grotesk', 'Noto Sans SC', monospace;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #000000;