Skip to content

Instantly share code, notes, and snippets.

@tonydjukic
Created April 8, 2018 01:25
Show Gist options
  • Save tonydjukic/0a12298dd9915d8145786c3a149a1182 to your computer and use it in GitHub Desktop.
Save tonydjukic/0a12298dd9915d8145786c3a149a1182 to your computer and use it in GitHub Desktop.
#ADD THIS TO .HTACCESS FILE TO FIX FONT AWESOME CROSS DOMAIN DISPLAY ISSUE
<IfModule mod_headers.c>
<FilesMatch "\.(eot|font.css|otf|ttc|ttf|woff)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment