I have a website that is returning some odd warning messages and errors in both Firefox and Chrome.
Firefox returns these errors:
GET http://fonts.googleapis.com/css?family=Varela+Round 200 OK 7c8e43d.js (line 18)
13:27:41.46 CSI/tbsd_
13:27:41.48 CSI/_tbnd
Chrome returns this error:
XMLHttpRequest cannot load http://fonts.googleapis.com/css?family=Varela+Round. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin is therefore not allowed access.
I'm guessing that this problem is related to Google Fonts API and Access-Control-Allow-Origin
How can I fix the errors for this?