Quantcast
Channel: Topic Tag: godaddy | WordPress.org
Viewing all articles
Browse latest Browse all 4337

biorkes on "Web alias breaking JS icons and Google Fonts"

$
0
0

FIXED!

Seems it was an .htaccess problem. If you have FontAwesome problem or similar issue, open .htaccess and paste this:

<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>


Viewing all articles
Browse latest Browse all 4337

Trending Articles