问题
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