please read all of this before commenting.
I\'m currently working on a large website which is hosted on Amazon Web Services (AWS). This allows us to use scalability feat
Try do this:
On your server you will need to add:
Access-Control-Allow-Origin
To the header of the font files, so for example if you are using Apache you can add this to the .htaccess:
Header set Access-Control-Allow-Origin "*"
My problem solved with this method.