2

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>
Trevor
  • 16,080
  • 9
  • 52
  • 83
Bryan Wong
  • 623
  • 2
  • 7
  • 21

2 Answers2

5

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

[..] url('../fonts/glyphicons-halflings-regular.eot')
subZero
  • 5,056
  • 6
  • 31
  • 51
0

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

Community
  • 1
  • 1
Adil
  • 21,278
  • 7
  • 27
  • 54