Skip to content

Instantly share code, notes, and snippets.

@davemerwin
Created March 28, 2013 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davemerwin/5265211 to your computer and use it in GitHub Desktop.
Save davemerwin/5265211 to your computer and use it in GitHub Desktop.
This is the settings for displaying Symbolset fonts so that Firefox will show them. Replace "domainname" with your domain name.
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff woff
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "http://*.domainname.org"
</IfModule>
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment