修复 CSS 加载超时:移除 Google Fonts 依赖
国内网络无法访问 Google Fonts,导致首页 CSS 加载超时(ERR_CONNECTION_TIMED_OUT)。 → 移除 Google Fonts 外部字体链接 → font-brush 回退到系统楷体(KaiTi / STKaiti),仍有书法韵味且零依赖 Co-Authored-By: new-provider/LongCat-2.0 <<EMAIL>> )
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user