fix: 移除 Google Fonts 外部依赖,改用系统字体栈提升国内加载速度

This commit is contained in:
2026-08-21 20:56:20 +08:00
parent 5fc9c902f5
commit 0a840a0525
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
*/
:root {
--sys-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans", "Helvetica Neue";
--base-font-family: "Lato", var(--sys-font-family), sans-serif;
--base-font-family: var(--sys-font-family), sans-serif;
--code-font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}