From 1abeb81ee0edd4f672c7f5b3ad43ed32d3987d6c Mon Sep 17 00:00:00 2001 From: jeremygan2021 Date: Fri, 13 Feb 2026 09:59:38 +0800 Subject: [PATCH] 1 --- src/App.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.css b/src/App.css index 6a6fd4b..539b8b0 100644 --- a/src/App.css +++ b/src/App.css @@ -1,7 +1,7 @@ /* 字体导入 */ @font-face { font-family: 'ZiHunXingHei'; - src: url('./asset/font/ZiHunXingHei(ShangYongXuShouQuan)-2.ttf') format('truetype'); + src: url('https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/font/ZiHunXingHei(ShangYongXuShouQuan)-2.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; @@ -9,7 +9,7 @@ @font-face { font-family: 'TianYingZhangKaiShu'; - src: url('./asset/font/方正字迹-佩安硬笔简体.TTF') format('truetype'); + src: url('https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/font/方正字迹-佩安硬笔简体.TTF') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; @@ -17,7 +17,7 @@ @font-face { font-family: 'meiheijian'; - src: url('./asset/font/腾祥魅黑简.TTF') format('truetype'); + src: url('https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/font/腾祥魅黑简.TTF') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;