🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
* 在https://www.iconfont.cn创建项目 ~~~ 设置FontClass/Symbol 前缀 : v8- 设置Font Family : sbh 格式 : woff2 , woff , ttf , eot , svg , base64 ~~~ * 生成代码,并打开代码内容 * 复制代码内容存放到项目 /include/wxss/iconfont.wxss 中 * 在 app.wxss 中载入全局调用 ~~~ @import "/include/wxss/iconfont.wxss"; ~~~ * 在需要调用的地方输入标识进行调用 ~~~ <text class="sbh v8-1"></text> ~~~ * 设定样式需加入以下才能清晰 ~~~ .v8-1{font-size: 32rpx; font-style: normal; font-weight: normal;} ~~~