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>