From 130f41a31e2a0ef5ef11897f8fc013b77c024a37 Mon Sep 17 00:00:00 2001 From: shangfangjian Date: Sun, 20 Sep 2026 22:25:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20CSS=20=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E8=B6=85=E6=97=B6:=E7=A7=BB=E9=99=A4=20Google=20Fonts=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 国内网络无法访问 Google Fonts,导致首页 CSS 加载超时(ERR_CONNECTION_TIMED_OUT)。 → 移除 Google Fonts 外部字体链接 → font-brush 回退到系统楷体(KaiTi / STKaiti),仍有书法韵味且零依赖 Co-Authored-By: new-provider/LongCat-2.0 <> ) --- frontend/index.html | 3 --- frontend/tailwind.config.js | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 67a7c45..36ba107 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,9 +4,6 @@ Profeto - 足球 LLM 预测 - - -
diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 4eebf23..c4bc50b 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -32,8 +32,8 @@ export default { }, }, fontFamily: { - // 毛笔字:先知刊头,书法艺术字体 - brush: ['"Ma Shan Zheng"', '"ZCOOL KuaiLe"', '"Noto Serif CJK SC"', 'serif'], + // 毛笔字:先知刊头,书法艺术字体(离线回退到系统楷体/宋体) + brush: ['"KaiTi"', '"STKaiti"', '"Kaiti SC"', '"楷体"', '"Songti SC"', '"Noto Serif CJK SC"', 'serif'], // 标题与比分:宋体血统,报纸版面的骨架 serif: [ 'Georgia',