fix
13404089107
4 天以前 9cb1c3c39136c89974bc4049fca5e450e757b1be
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
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('./SourceHanSansCN-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: 'Source Han Sans CN Bold Bold';
  src: url('./Source Han Sans CN Bold Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: 'PingFangSCRegular';
  src: url('./PingFangSCRegular.ttf');
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: 'SF Compact Display Black';
  src: url('./SF Compact Display Black.ttf');
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: 'Source Han Sans CN Normal';
  src: url('./Source Han Sans CN Normal.ttf');
  font-weight: normal;
  font-style: normal;
}