Skip to content

Instantly share code, notes, and snippets.

@sideshowcoder
Created November 15, 2010 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sideshowcoder/701102 to your computer and use it in GitHub Desktop.
Save sideshowcoder/701102 to your computer and use it in GitHub Desktop.
Nginx header write for serving fonts to firefox cross domain
location ~* \.(eot|ttf|woff)$ {
add_header Access-Control-Allow-Origin *;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment