项目中使用font awesome的步骤
-
下载地址:https://fontawesome.com
-
解压
-
将css和webfonts移动到项目中,使其处于同一目录下
-
将all.css引入到网页中
<!-- 引入图标字体库 -->
<link rel="stylesheet" type="text/css" href="./fa/css/all.css">
- 使用图标字体(以购物车为例),“fa-shopping-cart”可在Zeal中查找(前提是在Zeal中提前下载好font awesome)
<i class="fas fa-shopping-cart"></i>