Node.js 字体格式转换 ttf2eot ttf2woff ttf2svg

    前几天为了查找字体转换工具网上搜索,既然用 Node.js 来做的工具。

https://github.com/fontello/ttf2eot

https://github.com/fontello/ttf2woff

https://github.com/qdsang/ttf2svg

https://github.com/fontello/svg2ttf

先安装 node https://nodejs.org/en/

npm install -g ttf2eot
npm install -g ttf2woff
npm install -g ttf2svg
npm install -g svg2ttf

这样可以在本地转换字体

缺点是有些中文字体不能正常转换

原文地址:https://www.cnblogs.com/nlsoft/p/5501382.html