From 648904d076ae6e17892b40675598b1c8dc474277 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 24 Apr 2026 16:21:12 +0800
Subject: [PATCH] Merge branch 'feature/v9.0/9.0.3' into feature/v9.0/9.0.4

---
 src/static/fonts/font.css |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/static/fonts/font.css b/src/static/fonts/font.css
index 9140775..2989dd8 100644
--- a/src/static/fonts/font.css
+++ b/src/static/fonts/font.css
@@ -1,6 +1,7 @@
 @font-face {
   font-family: "Source Han Sans CN";
-  src: url("./SourceHanSansCN-Regular.woff2") format("opentype");
+  src: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/fonts/SourceHanSansCN-Regular.woff2")
+    format("opentype");
   font-weight: 400;
   font-style: normal;
   font-display: swap;
@@ -8,7 +9,8 @@
 
 @font-face {
   font-family: "Source Han Sans CN";
-  src: url("./SourceHanSansCN-Bold.woff2") format("opentype");
+  src: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/fonts/SourceHanSansCN-Bold.woff2")
+    format("opentype");
   font-weight: 700;
   font-style: normal;
   font-display: swap;
@@ -16,7 +18,8 @@
 
 @font-face {
   font-family: "Segoe UI";
-  src: url("./SourceHanSansCN-Regular.woff2") format("opentype");
+  src: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/fonts/SourceHanSansCN-Regular.woff2")
+    format("opentype");
   font-weight: 400;
   font-style: normal;
   font-display: swap;
@@ -24,7 +27,8 @@
 
 @font-face {
   font-family: "Segoe UI";
-  src: url("./SourceHanSansCN-Bold.woff2") format("opentype");
+  src: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/fonts/SourceHanSansCN-Bold.woff2")
+    format("opentype");
   font-weight: 700;
   font-style: normal;
   font-display: swap;
@@ -33,7 +37,8 @@
 /* 额外的标题字体 */
 @font-face {
   font-family: "YouSheBiaoTiHei";
-  src: url("./YouSheBiaoTiHei.TTF") format("truetype");
+  src: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/fonts/YouSheBiaoTiHei.TTF")
+    format("truetype");
   font-weight: normal;
   font-style: normal;
   font-display: swap;

--
Gitblit v1.9.3