码迷,mamicode.com
首页 > 微信 > 详细

小程序使用字体

时间:2020-06-04 13:34:44      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:hup   访问   pre   src   程序   使用   https   url   tps   

引入

@font-face {
    font-family: ‘huakang‘;
    src:url(‘https://cdn.caomall.net/huakang_hupin.ttf‘);
}

使用

.huakang {
    font-family: ‘huakang‘;
}

少量使用的话,可以用字蛛压缩一下字体,然后上传到cdn中,访问。

小程序使用字体

标签:hup   访问   pre   src   程序   使用   https   url   tps   

原文地址:https://www.cnblogs.com/jiqing9006/p/13042635.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!