app.vue 页面

<style>
/*每个页面公共css */
@import url("~@/static/icon/iconfont.css");
</style>

 

 

下载下来的 图标文件

iconfont.js

@font-face {
font-family: "iconfont"; /* Project id 2037178 */
src:
url('~@/static/icon/iconfont.ttf') format('truetype');
}

使用

<view class="city iconfont icon-***"></view>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-01
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2022-01-18
  • 2021-07-31
  • 2021-06-27
  • 2021-12-15
  • 2022-12-23
相关资源
相似解决方案