Firefox Error at icone

The icons dont be loaded on my firefox

Hi Marcos,

On Firefox:

Try pressing F5 to refresh the page

Clear your Firefox cache:

From the History menu, select Clear Recent History.
From the Time range to clear: drop-down menu, select the desired range; to clear your entire cache, select Everything.

Can you also confirm that you can see them using another browser like Chrome.

Thanks,

Colin

I Found the error and fixed.
http://wpvkp.com/font-awesome-doesnt-display-in-firefox-maxcdn/

Just need add code below at .htacess
<FilesMatch “.(ttf|otf|eot|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>

Cool!

That would make sense as it sounded like a caching problem.

Thanks for posting the fix.

Colin