diff --git a/public/css/style.css b/public/css/style.css
index 283aa75..cf9a8e0 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -1,5 +1,5 @@
/* ===== Modern MC Report System ===== */
-@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
+/* 字体使用系统栈, 不依赖 Google Fonts(国内不可达且受 CSP 限制) */
:root {
--p: #6366f1; --pd: #4f46e5; --pl: #eef2ff; --pg: linear-gradient(135deg,#6366f1,#8b5cf6);
@@ -19,7 +19,7 @@
*{margin:0;padding:0;box-sizing:border-box}
body{
- font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI','Noto Sans SC',sans-serif;
+ font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Noto Sans SC','Microsoft YaHei',sans-serif;
background:var(--g1);color:var(--g8);line-height:1.6;
-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh;
}
diff --git a/public/index.html b/public/index.html
index 67b2a7e..534225f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -54,32 +54,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+