1.在style中添加代码:

@font-face {
   font-family: mFont;
   src: url('../font/crapaud_petit.ttf');
}

2.使用

<h1 font-family="mFont">test</h1>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
  • 2021-12-05
  • 2021-10-10
  • 2022-12-23
  • 2021-08-23
  • 2021-06-29
猜你喜欢
  • 2022-12-23
  • 2022-01-11
  • 2021-11-30
  • 2021-08-24
  • 2021-05-31
  • 2022-02-01
相关资源
相似解决方案