Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Created January 5, 2016 20:48
Show Gist options
  • Save jeremyfelt/4eb144b4ee04ba82003b to your computer and use it in GitHub Desktop.
Save jeremyfelt/4eb144b4ee04ba82003b to your computer and use it in GitHub Desktop.
# Allow cross domain requests for font files.
location ~* \.(eot|ttf|woff)$ {
add_header Access-Control-Allow-Origin *;
expires 2d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment