Font Awesome appear strange characters

Asked

Viewed 2,789 times

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?

  • tries it with this url: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css

  • I cleared the cache and changed the url as they say, nothing :(

  • Already tested on another computer?

  • Yes @Orion, we have 2 computer here.

  • 2

    The only explanation for this is some conflict, it doesn’t make sense that it happens only in your project.

  • 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.

  • In fact @Guilhermenascimento was a coding error, the web designer put ! Mportant in importing from another source :(

Show 3 more comments

1 answer

1


  • did not work, remains the same way, more, some idea of what it might be?

  • tried to download the file pro server along with the second solution?

  • I initially started using the css file on the server, but, accentuated the same thing.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.