ttf 字体压缩

警告
本文最后更新于 2023-07-07,文中内容可能已过时。

安装 nodeJs

这个不多说,都有。

安装字蛛

输入命令

1
npm install font-spider -g

运行

安装成功之后就开始压缩了

我的 css

1
2
3
4
5
6
<style type="text/css">
  @font-face {
    font-family: MMT;
    src: url("font/MMT_579767_SOAJ0_0.ttf");
  }
</style>

生成新的字体库,命令行输入

1
font-spider C:\Users\李瑞豪、Desktop\love\index.html

官网

Buy me a coffee~
支付宝
微信
0%