Skip to content

Instantly share code, notes, and snippets.

@nickberens360
Created September 3, 2013 13:20
Show Gist options
  • Save nickberens360/6423827 to your computer and use it in GitHub Desktop.
Save nickberens360/6423827 to your computer and use it in GitHub Desktop.
Add to .htcaccess to get font icons to work in firefox
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment