Google webfonts like Open Sans and Oswald are looking weird on my website. The characters with accents don't show up in the open sans font, but in another font-family. The strange thing is that the same text looks ok on the Google Webfont test page. Also the problem seems to be only on some browsers. The worst is on Opera.
Asked
Active
Viewed 1,287 times
0
-
1Can you include the code that you are using to get the webfont? Did you make sure that you are including the extended character set? – Bill Sep 26 '12 at 05:50
-
Can you please post sample code that demonstrates the issue? This is not simply a symptom of missing glyphs in the font, since e.g. normal letters like “A” appear both in a serif font and in a sans-serif. – Jukka K. Korpela Sep 26 '12 at 07:39
-
This is the code i include in the header.php file on a wordpress platform. – Tudor Ravoiu Sep 27 '12 at 05:24
1 Answers
0
So i figured it out. It was the chmod of the containing folder. I have set it to 755 for the folder containing the image and it works now.

Tudor Ravoiu
- 2,130
- 8
- 35
- 56