安装 font-spider
npm install font-spider
index.html
<div class="content">0123456789</div>
index.css
@font-face {
font-family: "DINAlternateBold";
src: url("./font/DIN-Alternate-Bold.ttf")
}
.content {
font-family: DINAlternateBold;
}
执行命令打包新字体库
# html 路径
font-spider index.html
注:执行后会生成一个新的字体包,只有在html内的文字才会在字体包内,适用于数字英文特殊字体处理