Jump to content

[SOLVED] Glyphicons / Font Awesome not correctly displayed in Firefox


Recommended Posts

Hi guys,

 

i have noticed that the icons in my shop are not displayed correctly anymore but only in Firefox.

Does anyone know any solution?

post-595057-0-40438400-1405932100_thumb.png

 

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at themes/theme/font/fontawesome-webfont.woff?v=3.2.1. This can be fixed by moving the resource to the same domain or enabling CORS.

Edited by sooroos (see edit history)
Link to comment
Share on other sites

i have only accessed the folder themes/current_theme/font via FTP and seems that Firefox displays now the icons correctly.

I didnt change anything but i hope this is not only temporary!

 

I have in .htaccess the following lines only:

 

<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>
Edited by sooroos (see edit history)
Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...

I have the same problem and I couldn't resolve it with 

 

<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>
 
or 
 
<FilesMatch "\.(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>
Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...