天天看点

font awesome 图标使用方法

1、引入css 

2、复制font文件夹和css文件夹同一级

3、使用<i class="fa fa-leaf"></i>方式,放到网页位置

4、更换颜色,直接在css中定义,如 i{color:#666}