html中如何使用特殊字体

1.将字体文件(后缀.ttf)考到项目中。
2.css
@font-face {
font-style: normal;
font-family: DS-Digital;
src: url("../images/DS-DIGIB.TTF");
}
div{
  font-family: DS-Digital;
}
红色字体相对应即可
上一篇:Unet_Family


下一篇:MPLS *** OPTION A配置原理及数据通信分析