Iconfont字体图标

230 阅读1分钟

字体图标-Iconfont

iconfont-阿里巴巴矢量图标库中保存到项目中,可进行下载和复制代码

引入字体图标 样式表

1 ./fonts/iconfont.css

2 http://at.alicdn.com/t/font_3391737_dxdl2h1bb34.css

使用法

1

<i class="iconfont">&#xe742;</i>

2

<i class="iconfont icon-account-fill"></i>

3

1.  span::before {
1.
1.  content: '\e744';
1.
1.          }

也可以上传使用

上传矢量图:

1上传 → 上传 SVG 图标

2浏览本地图标 → 去除颜色提交

3加入购物车 → 下载使用

可在资源管理-我的项目中查看

image.png

多几个备用 毕竟每个网站都有维护期不能使用

什么!Iconfont维护三天了?怎么办? - 掘金 (juejin.cn)