Skip to content

Instantly share code, notes, and snippets.

@simplistik
Created March 8, 2012 16:22
Show Gist options
  • Save simplistik/2001892 to your computer and use it in GitHub Desktop.
Save simplistik/2001892 to your computer and use it in GitHub Desktop.
htaccess: Firefox x-domain font embed
<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