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;