无人机管理后台前端(已迁走)
罗广辉
2025-06-23 3b88d1a7551069d0488a61c96ad1d0ccef1436cf
feat: 字体压缩
1 files modified
2 files added
1 files deleted
23 ■■■■■ changed files
public/fonts/SourceHanSansCN-Bold.woff2 patch | view | raw | blame | history
public/fonts/SourceHanSansCN-Regular.otf patch | view | raw | blame | history
public/fonts/SourceHanSansCN-Regular.woff2 patch | view | raw | blame | history
public/fonts/font.css 23 ●●●●● patch | view | raw | blame | history
public/fonts/SourceHanSansCN-Bold.woff2
Binary files differ
public/fonts/SourceHanSansCN-Regular.otf
Binary files differ
public/fonts/SourceHanSansCN-Regular.woff2
Binary files differ
public/fonts/font.css
@@ -1,6 +1,15 @@
@font-face {
  font-family: "Source Han Sans CN";
  src: url("SourceHanSansCN-Regular.otf") format("opentype");
  src: url("SourceHanSansCN-Regular.woff2") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Han Sans CN";
  src: url("SourceHanSansCN-Bold.woff2") format("opentype") ;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@@ -8,7 +17,17 @@
@font-face {
  font-family: "Segoe UI";
  src: url("SourceHanSansCN-Regular.otf") format("opentype");
  src: url("SourceHanSansCN-Regular.woff2") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("SourceHanSansCN-Bold.woff2") format("opentype") ;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}