Page 1 of 1

Font Awesome Icons Not Displaying In Firefox

Posted: Wed Dec 17, 2014 6:45 am
by puyopuy
Hi there,

I just install Opencart 2.0.1.1 on my site but font awesome icons(e.g. fa-phone, fa-user, fa-search) not display in Firefox but it works on IE and Chrome. I tried the suggestion on http://wpvkp.com/font-awesome-doesnt-di ... ox-maxcdn/ to add the following lines in .htaccess but still doesn't work.

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

Thank you for your help and spending time on this in advance.

Re: Font Awesome Icons Not Displaying In Firefox

Posted: Wed Dec 17, 2014 11:57 am
by Selective555
I have been using FireFox and they work for me.

Are you using a Desktop or a portable device?

PC or Apple?

Re: Font Awesome Icons Not Displaying In Firefox

Posted: Wed Dec 17, 2014 11:40 pm
by puyopuy
Hi Selective555,

I restarted my computer and it works fine now. It looks like something cached in my Firefox. Thank you for your help anyway.

Cheers,

Re: Font Awesome Icons Not Displaying In Firefox

Posted: Wed Jan 06, 2016 1:54 am
by Russ_Kipp
My Font Awesome icons were not displaying upon a fresh install of 2.1.0.1. I updated my main config.php file to include "www." in the HTTP and HTTPS defines. I also added the "www." to the HTTP_SERVER and HTTP_CATALOG defines in the /admin/config.php file so that the FA icons would display in the admin area.

Re: Font Awesome Icons Not Displaying In Firefox

Posted: Sat May 27, 2017 11:22 am
by C_S_Putera
Thanks @Russ_Kipp, adding www. solved the problem. You saved my day! ;D