2

Bootstrap 3 CDN's glyphicon is not showing up in firefox. It will show in Chrome,Safari and Internet explorer.

I am loading boostrap cdn with the follwing:

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" 
rel="stylesheet">

Below is the page with the glyphicon: (it is to the right of the grey list items)

http://www.jussbuss.tv/testing/jbresponsive

Anshad Vattapoyil
  • 23,145
  • 18
  • 84
  • 132
Andrew Jackson
  • 138
  • 2
  • 2
  • 10

1 Answers1

4

See https://github.com/FortAwesome/Font-Awesome/issues/2044 and https://github.com/MaxCDN/bootstrap-cdn/issues/196

It should be fixed now, try clearing your cache.

user247702
  • 23,641
  • 15
  • 110
  • 157