GetSimple Support Forum

Full Version: Cyrillic font styling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

I've tried couple of themes, and found some issue.

If I add some content using Cyrillic symbols - they become unstyled. All latin symbols are styled ok.

For example Trendybiz theme uses:
Code:
font-family: 'Open Sans Condensed', sans-serif;
and Google Web Fonts says that this font support Cyrillic symbols, but no luck. Symbols are unstyled...

See image attached...

[Image: 2yuad8h.png]

Found a solution in google fonts API Smile
Added:
Code:
&subset=latin,cyrillic,cyrillic-ext
And got the magic Smile