图标字体使用
2016-12-23 本文已影响20人
深沉的简单
选择图标字体下载
Paste_Image.png
将fonts复制到css项目目录中。
打开style.css文件
Paste_Image.png
将style.css内容复制到项目样式表中。其他文件可以删除。
调用方法
在HTML文档中引入文档
<link rel="stylesheet" type="text/css" href="css/index.css">
在对应元素上添加class
<i class="icon-spinner5"></i>
<i class="icon-wechat"></i>
<i class="icon-search"></i>
<i class="icon-list"></i>
Paste_Image.png