From 942db700be63fbc8213ccc0f0d6b0461f56db392 Mon Sep 17 00:00:00 2001 From: zhenghu <1831829219@qq.com> Date: Mon, 13 Apr 2026 16:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=20fix:=20=E7=A7=BB=E9=99=A4=20Google=20Fonts?= =?UTF-8?q?=20=E5=A4=96=E9=83=A8=E4=BE=9D=E8=B5=96=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=9C=AC=E5=9C=B0=E5=AD=97=E4=BD=93=E5=9B=9E=E9=80=80?= =?UTF-8?q?=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除 Google Fonts 的 @import 远程加载(Noto Serif SC、JetBrains Mono),避免网络请求延迟 - 为正文字体增加 PingFang SC、Microsoft YaHei 等本地中文字体回退 - 为等宽字体增加 Fira Code、Source Code Pro 等本地回退 --- app.py | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/app.py b/app.py index 973643a..c54447d 100644 --- a/app.py +++ b/app.py @@ -21,8 +21,6 @@ st.set_page_config( # ─── Custom CSS ────────────────────────────────────────────────────────────── st.markdown("""