Glyphicon Bootstrap v3 Not loaded

半城伤御伤魂 提交于 2019-12-11 04:03:17

问题


I downloaded the latest Bootstrap v3 file and imported bootstrap.min.css. But I never be able to use the Glyphicon Icons. I'm pretty sure that my CSS is right. Below is my HTML. Why?

<span class="input-group-addon"><span class="glyphicon glyphicon-calendar"></span>

回答1:


Make sure the path to fonts is correct. The definition in boostrap.min.css looks like this:

[..] url('../fonts/glyphicons-halflings-regular.eot')



回答2:


Bootstrap usually includes three main folders i.e. CSS, Fonts & JS. Missing or wrong replacement of 'Fonts' folder creates problems in displaying bootstrap glyphicons. See another similar question Bootstrap loading wrong glyphicon



来源:https://stackoverflow.com/questions/19421340/glyphicon-bootstrap-v3-not-loaded

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!