loulijun2021
2023-09-27 5cd77eba1672cac1858434d0e8488972562e1092
1
2
3
4
5
6
7
8
@font-face {
  /*重命名字体名*/
  font-family: 'font';
  /*引入字体*/
  src: url('font.ttf');
  font-weight: normal;
  font-style: normal;
}