移动端 canva h5 使用 font family webfont
安装font-spider
npm install font-spider -g在一个页面中把需要的文字都写上并生成新的字体文件
font-spider ./demo/*.html页面中提前加载
@font-face {
          font-family: 'huxiaobo-gdh';
          src: url('./resource/font/huxiaobo.ttf') format('truetype');
          font-weight: normal;
          font-style: normal;
        }
<span style="font-family: 'huxiaobo-gdh';height: 0;width: 0;opacity: 0;" id="fontloader"></span>					最后更新于 2018-03-19 15:24:12 并被添加「移动端 H5 使用 canva font family webfont」标签,已有 1527 位童鞋阅读过。
此处评论已关闭