无人机管理后台前端(已迁走)
罗广辉
2025-06-23 f8e3c7729ea7778f70b3f8b656c0f1b7a56afe8c
feat: 去除两种无用字体
1 files modified
2 files deleted
36 ■■■■■ changed files
public/fonts/SourceHanSansCN-Bold.otf patch | view | raw | blame | history
public/fonts/SourceHanSansCN-Medium.otf patch | view | raw | blame | history
public/fonts/font.css 36 ●●●●● patch | view | raw | blame | history
public/fonts/SourceHanSansCN-Bold.otf
Binary files differ
public/fonts/SourceHanSansCN-Medium.otf
Binary files differ
public/fonts/font.css
@@ -1,23 +1,6 @@
@font-face {
  font-family: "Source Han Sans CN";
  src: url("SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Han Sans CN";
  src: url("SourceHanSansCN-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Han Sans CN";
  src: url("SourceHanSansCN-Bold.otf") format("opentype") ;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@@ -26,28 +9,9 @@
@font-face {
  font-family: "Segoe UI";
  src: url("SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("SourceHanSansCN-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("SourceHanSansCN-Bold.otf") format("opentype") ;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 额外的标题字体 */