First, thank you for the great theme which makes it easy to tweak themes, especially for someone who is not a css ninja:)

I'm facing the issue with getting latin extended characters such as čćžđš to work - I mean to display corectly in the selected font.
For instance, some Google web fonts, ie Anton or Open Sans, have such characters display correctly on the http://www.google.com/webfonts preview page.
For some reason this is not working on my at_commerce foobar subtheme.
The word containing letters like ščćžđ is displayed in a way that normal Latin letters are displayed in the selected Google web font, for instance "Anton", but special letters (čćšđž) are displyed in different font, although Anton should support it.
Example is attached. Any help would much appreciated.
Cheers

Comments

odisei’s picture

Also, after I patched the google.web.fonts.inc with this patch, the problem still remains. Thanks

Jeff Burnz’s picture

Status: Active » Closed (works as designed)

Sorry, no, it doesn't work like that. Google fonts will only serve the font you are asking for - which means you need to ask for the Latin version of the font, which I don't support in 7.x-2.x, in 7.x-3.x you can, please see this issue: #1386130: Add support for style & weight specifiers, cyrillic subsets to Google web font settings

odisei’s picture

ok thank you for your guidance.
cheers!