无人机管理后台前端(已迁走)
张含笑
2025-05-15 ed7e34dfde7797eb983a2ac9541fbd01ac3d8c3a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@font-face {
  font-family: "Source Han Sans CN";
  src: url("SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
 
@font-face {
  font-family: "Source Han Sans CN";
  src: url("SourceHanSansCN-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
 
@font-face {
  font-family: "Source Han Sans CN";
  src: url("SourceHanSansCN-Bold.otf") format("opentype") ;
  font-weight: 700;
  font-style: normal;
}
 
 
@font-face {
  font-family: "Segoe UI";
  src: url("SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
 
@font-face {
  font-family: "Segoe UI";
  src: url("SourceHanSansCN-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
 
@font-face {
  font-family: "Segoe UI";
  src: url("SourceHanSansCN-Bold.otf") format("opentype") ;
  font-weight: 700;
  font-style: normal;
}
 
 
 
 
/* 额外的标题字体 */
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("YouSheBiaoTiHei.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}