Skip to content

Instantly share code, notes, and snippets.

@NicolasPio
Created June 6, 2014 15:40
Show Gist options
  • Select an option

  • Save NicolasPio/4138a92d1d10e2aac70d to your computer and use it in GitHub Desktop.

Select an option

Save NicolasPio/4138a92d1d10e2aac70d to your computer and use it in GitHub Desktop.
Allow access to custom fonts
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
@NicolasPio
Copy link
Author

update name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment