woff2转base64(字体图标)

可以参考这个Github项目:https://github.com/nfroidure/ttf2woff2

应该是在google官方woff2项目外面包了一层。

使用示意如下:

var fs = require('fs');
var ttf2woff2 = require('ttf2woff2');

var input = fs.readFileSync('font.ttf');

fs.writeFileSync('font.woff2', ttf2woff2(input));</pre>

在线转化地址

文章来源地址
https://www.zhangxinxu.com/wordpress/2018/07/known-woff2-mime-convert/comment-page-1/

posted @ 2022-10-27 12:34  SultanST  阅读(51)  评论(0编辑  收藏  举报