如何在bootstrap 3中使用扩展的glyphicons

时间:2016-11-25 14:42:37

标签: twitter-bootstrap cdn glyphicons

我从http://glyphicons.com/下载了glyphicons作为png文件的文件夹。我怎样才能在bootstrap中使用它们?请注意,我使用bootstrap 3.3.7的CDN

1 个答案:

答案 0 :(得分:-1)

为每个图标集创建一个单独的css文件(完整,文件类型和社交)并复制bootstrap初始化它们的方式,即

<span class="glyphicons glyphicons-user"></span>
<span class="glyphicons glyphicons-power"></span>
<span class="glyphicons glyphicons-heart-empty"></span>

并尝试glyphicons glyphicon-user代替glyphicons glyphicons-user

Bootstrap 3 http://www.bootply.com/bootstrap-3-migration-guide

的更改列表