董国庆
2025-04-30 4e616ca3ca65adf17bf570d622e74b34a43a3a9d
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;
}