小程序使用iconfont的方法.

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的方法.)