美文网首页
小程序使用iconfont的方法.

小程序使用iconfont的方法.

作者: adustdu2015 | 来源:发表于2018-05-21 15:08 被阅读0次

    1.方法:
    在阿里巴巴图标库下载下来以后,将iconfont.ttf转换即可。转换地址:https://transfonter.org/
    这里贴一个简单的步骤:

    image.png
    image.png
    image.png

    将css文件在外部引入所要用的.wxss文件中即可(@import ‘../../lib/style/lib.wxss’;)
    最后,就可以使用啦:
    .icon:after{ font-family: 'iconfont'; font-weight: 500; font-style: normal; content: '\e698;' }

    参考地址:
    http://www.cnblogs.com/fayin/p/6347359.html

    相关文章

      网友评论

          本文标题:小程序使用iconfont的方法.

          本文链接:https://www.haomeiwen.com/subject/jbnfjftx.html