为什么完整的glyphicons设置不能与Bootstrap 3一起使用?

Fra*_*ssi 0 twitter-bootstrap glyphicons twitter-bootstrap-3

我在Bootstrap 3项目中需要Skype glyphicon.

我在github上找到了这个不错的回购:https: //github.com/ericzhang-cn/full-glyphicons

我在文件夹img中复制了两个图像,导入了CSS文件glyphicons.css并尝试使用github中解释的图标:

<i class="icon-g-skype"></i> Address roma
Run Code Online (Sandbox Code Playgroud)

但是没有用.有没有其他人有这个问题?谢谢!

dev*_*evo 5

在Twitter Bootstrap 3中,图标类被替换为glyphicon.

所以你可以使用喜欢<span class="glyphicon glyphicon-align-justify"></span>.

如需更好的图标,请查看http://fortawesome.github.io/Font-Awesome/