0
Some font-awesome icons do not appear, others in place of icon appears 'Fl'.
I’m using normally,
<i class="fa fa-search"></i>
Importing the css by
https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css
In Firefox, instead of strange characters, blocks appear with variable text, always starting with 'f', in general like: 'f002', 'f14e'. No Console shows anything.
Have you tried clearing your browser cache? Testing on Chrome?
– Paulo
tries it with this url: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css
– Maicon Carraro
I cleared the cache and changed the url as they say, nothing :(
– sNniffer
Already tested on another computer?
– Paulo
Yes @Orion, we have 2 computer here.
– sNniffer
The only explanation for this is some conflict, it doesn’t make sense that it happens only in your project.
– Paulo
It seems to me an error in encoding or a corrupted file cannot be played. Provide an example of the problem in jsfiddle for example.
– Guilherme Nascimento
In fact @Guilhermenascimento was a coding error, the web designer put ! Mportant in importing from another source :(
– sNniffer