Skip to content

Instantly share code, notes, and snippets.

@mommaroodles
Created December 11, 2013 11:38
Show Gist options
  • Save mommaroodles/7908924 to your computer and use it in GitHub Desktop.
Save mommaroodles/7908924 to your computer and use it in GitHub Desktop.
Fontawesome Firefox Cross Domain font issue fix
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment