Skip to content

Instantly share code, notes, and snippets.

@zet-snippets
Created September 1, 2015 15:02
Show Gist options
  • Save zet-snippets/3ba37f8a2d7e39f6926b to your computer and use it in GitHub Desktop.
Save zet-snippets/3ba37f8a2d7e39f6926b to your computer and use it in GitHub Desktop.
fix cross domain access problems for fonts
# fix cross domain access problems for fonts
<FilesMatch "\.(ttf|ttc|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