ricardozea
5/12/2014 - 8:03 PM

Icon Fonts Not Working in Firefox?.markdown

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

Icon Fonts Not Working in Firefox?

If you're having issues with your icon fonts not displaying in Firefox is because Firefox doesn't allow cross-domain fonts.

Just create an .htaccess file with the code below and save it in the same folder your fonts are located.