标签:wan 电脑 一个 图标 ant 巴巴 ttf src anti
web字体:解决用户电脑上没有安装字体类型的方法
当用户电脑上没有该字体的时候,强制让用户下载该字体。
使用@font-face
<!-- 制作一个新字体, -->
@font-face{
font-family:"good naight";
src:url("../font/wananti.ttf");<!-- 字体文件 -->
}
<p>
font-family:"good naight";
</p>
icon-font(阿里巴巴图标库)
标签:wan 电脑 一个 图标 ant 巴巴 ttf src anti
原文地址:https://www.cnblogs.com/fhzm/p/13375606.html