Skip to content

Instantly share code, notes, and snippets.

@MarcosBL
Created July 10, 2014 11:40
Show Gist options
  • Save MarcosBL/3ef67a955880d91ff726 to your computer and use it in GitHub Desktop.
Save MarcosBL/3ef67a955880d91ff726 to your computer and use it in GitHub Desktop.
Apache header write for serving fonts to firefox cross domain and avoid CORS
<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