Awesome Font appear strange characters [closed]

0

Some font-awesome icons do not appear, others in the icon place appear 'fl'.

I'm using it normally,

<i class="fa fa-search"></i>

Importing css from

link

In Firefox, instead of the strange characters, blocks with variable text appear, always starting with 'f', in general like this: 'f002', 'f14e'. Nothing is displayed on the Console.

    
asked by anonymous 31.07.2015 / 22:14

1 answer

1

Try switching to this url: link

Or if you're using Apache , include in .htaccess :

<FilesMatch "\.(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>
    
31.07.2015 / 22:23