shuishen
2025-12-17 5c20404a398dffa8c4836f73728b40ddd517d17d
feat:更新font文件路径
1 files modified
15 ■■■■■ changed files
src/static/fonts/font.css 15 ●●●●● patch | view | raw | blame | history
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/drone-app/assets/static/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/drone-app/assets/static/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/drone-app/assets/static/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/drone-app/assets/static/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/drone-app/assets/static/fonts/YouSheBiaoTiHei.TTF")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;