Skip to content

Instantly share code, notes, and snippets.

@andraaspar
Created May 6, 2016 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andraaspar/be14ff4b0f77d854e6136533289bf15a to your computer and use it in GitHub Desktop.
Save andraaspar/be14ff4b0f77d854e6136533289bf15a to your computer and use it in GitHub Desktop.
Serving web fonts such that even Microsoft Edge browser can print them
<IfModule mod_headers.c>
<filesMatch "\\.(woff|woff2|eot)$">
Header set access-control-allow-origin "*"
</filesMatch>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment