Using Bootstrap 3.1.1 Glyphicons - Firefox is only displaying a weird icon that looks like forks?

StackOverflow https://stackoverflow.com/questions/22157620

Pergunta

Using Bootstrap 3.1.1 Glyphicons - Firefox is only displaying a weird icon that looks like forks?

I'm simply giving a span the class of:

class="glyphicon glyphicon-chevron-down"

enter image description here

So, heck if I know what to do :( Looks great in Chrome!

Foi útil?

Solução 2

It seems to be a bug from bootstrap, im not sure where yet but it gets fixed if you use an unminified version of bootstrap.css.

Anyway it seems to be fixed at the latest version:

Bootstrap.min.css

Outras dicas

Seems like fonts are not getting loaded properly. I found this Question. Be sure to read the comments.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top