Skip to content

Instantly share code, notes, and snippets.

@jordanwesthoff
Last active October 9, 2015 15:02
Show Gist options
  • Save jordanwesthoff/5d8aad4168f312f268b7 to your computer and use it in GitHub Desktop.
Save jordanwesthoff/5d8aad4168f312f268b7 to your computer and use it in GitHub Desktop.
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