Hallo
I have on all my websites same problem. Google fonts are not right imported in expoler, safari …..etc. Only in chrome are right. Maybe i know solution, but I dont know how to resolve it. Thanks
Here can be solution for you:
ANYONES who is using google extended latin fonts has to acquire the FULL link in my case it was
http://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext
where as initially the link that made the font appear incorrectly was
http://fonts.googleapis.com/css?family=Oswald
so the missing part was &subset=latin,latin-ext, in your case it will most likely be different, so you have to go to google fonts or whatever else source you are using and get the specific link for the full version and paste it into you style.css stylesheet file.