This commit is contained in:
张成
2026-02-07 19:27:58 +08:00
parent 84159a4835
commit 0d46311bbc
2 changed files with 3 additions and 3 deletions

View File

@@ -20,6 +20,6 @@ page {
@font-face {
font-family: "Quicksand";
// 注意:此路径对应 @/config/api.ts 中的 OSS_BASE
src: url("https://bimwe-oss.oss-cn-shanghai.aliyuncs.com/front/ball/other/57dc951f-f10e-45b7-9157-0b1e468187fd.ttf") format("truetype");
src: url("https://bimwe.oss-cn-shanghai.aliyuncs.com/front/ball/other/57dc951f-f10e-45b7-9157-0b1e468187fd.ttf") format("truetype");
font-display: swap;
}