字體壓縮 - 字蛛 font-spider

個人博客:柚子青年。
原文鏈接:字體壓縮 - 字蛛 font-spider

安裝 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;
}
執行命令
font-spider index.html  // html 路徑

注:執行後會生成一個新的字體包,只有在html內的文字纔會在字體包內,適用於數字英文特殊字體處理

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章