Skip to content

Instantly share code, notes, and snippets.

@silasrm
Created April 3, 2014 14:10
Show Gist options
  • Save silasrm/9955070 to your computer and use it in GitHub Desktop.
Save silasrm/9955070 to your computer and use it in GitHub Desktop.
AddType application/vnd.ms-fontobject .eot
AddType font/truetype .ttf
AddType font/opentype .otf
AddType font/opentype .woff
AddType image/svg+xml .svg .svgz
AddEncoding gzip .svgz
<FilesMatch "\.(ttf|otf|eot|woff|svg)$">
<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