Skip to content

Instantly share code, notes, and snippets.

@dlueth
Created June 13, 2013 12:14
Show Gist options
  • Save dlueth/5773218 to your computer and use it in GitHub Desktop.
Save dlueth/5773218 to your computer and use it in GitHub Desktop.
Cross domain font embedding for Firefox via Apache .htaccess
<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