Skip to content

Instantly share code, notes, and snippets.

@joshmcarthur
Created August 23, 2012 20:49
Show Gist options
  • Save joshmcarthur/3441540 to your computer and use it in GitHub Desktop.
Save joshmcarthur/3441540 to your computer and use it in GitHub Desktop.
Apache Configuration to load fonts in IE9
<FilesMatch "\.(ttf|otf|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