css 调用ttf字体

180it 2021-10-26 PM 965℃ 0条
@font-face {
  font-family: YOUSHEhaoshenti; /*自定义的字体名称*/
  src: url("./YOUSHEhaoshenti.ttf"); /*引入字体包*/
}
body{
  font-family: YOUSHEhaoshenti;
}
支付宝打赏支付宝打赏 微信打赏微信打赏

如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!

标签: none

css 调用ttf字体