I have downloaded font-awesome 4.5.0 and put on my own cdn (cachefly). Then as suggested from font-awesome i used the link to css file like:
<link rel="stylesheet" href="http://mycachefly.cachefly.net/external/font-awesome/4.5.0/css/font-awesome.min.css">
However, i take the following error:
Font from origin 'http://wisa.cachefly.net' has been blocked
from loading by Cross-Origin Resource Sharing policy:
No 'Access-Control-Allow-Origin' header is present on
the requested resource. Origin 'http://localhost' is
therefore not allowed access.
What is wrong here?
ps: i have no .htaccess file. Its a mixed project from extjs and angular