Font-face loading in Firefox
When you are using an external font-face in a webpage, Firefox won't load it if it is hosted on a different domain than the domain of the webpage.
You can force Firefox to load external fonts by creating an .htaccess file on the domain serving the font:
<FilesMatch ".(ttf|otf|eot)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Written by Lenny Morandin
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Html
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#