1.方法:
在阿里巴巴图标库下载下来以后,将iconfont.ttf转换即可。转换地址:https://transfonter.org/
这里贴一个简单的步骤:
image.png
image.png
将css文件在外部引入所要用的.wxss文件中即可(@import ‘../../lib/style/lib.wxss’;)
最后,就可以使用啦:
.icon:after{ font-family: 'iconfont'; font-weight: 500; font-style: normal; content: '\e698;' }
网友评论