font-spider利器对webfont网页字体压缩使用

官网

http://font-spider.org/

安装

npm install font-spider -g

使用

hyheilizhitij(汉仪黑荔枝体简)

1.通过font-face引入我们下载好的文件

@font-face{
            font-family: 'myfont';
            src:url('./fonts/HYHeiLiZhiTiJ.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

2.使用自定义字体

.test{
            font-family: 'myfont';
        }

3.执行font-spider命令压缩字体
运行font-spider命令 ,页面依赖的字体将会自动压缩好,原 .ttf 字体会备份

font-spider ./index.html

压缩之前是1753.24 KB大小,压缩之后大小4.796 KB
Original size: 1753.24 KB
File fonts/HYHeiLiZhiTiJ.ttf created: 4.796 KB

871647-20180426161223039-1650091749.png

4.使用效果
871647-20180426161541095-1852012589.png

完整代码

<div class="test">
        账号未登录,请先登录的分身乏术地方发送
    </div>
    <style>
        @font-face{
            font-family: 'myfont';
            src:url('./fonts/HYHeiLiZhiTiJ.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
        .test{
            font-family: 'myfont';
        }
    </style>

作者:fozero
声明:原创文章,转载请注明出处,谢谢!http://www.cnblogs.com/fozero/p/8953288.html
标签:css

转载于:https://www.cnblogs.com/fozero/p/8953288.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值