Hello! The problem with the Cyrillic alphabet. Pattern does not show the Google font. Sam Cyrillic font support. But why will standard "Arial". Please tell me what could be the problem?
Url: http://demo.ross.ru/
http://fonts.googleapis.com/css?family=Ruslan+Display&subset=cyrillic-ext,latin
dziudek wrote:The URL with cyrrilic support will be:
- Code: Select all
http://fonts.googleapis.com/css?family=Ruslan+Display&subset=cyrillic-ext,latin
dziudek wrote:Yes, you should have in the fonts settings an option to use own Google Fonts url.
//$this->addCSS('http://fonts.googleapis.com/css?family=Ruslan+Display&subset=cyrillic-ext,latin');
//$this->addCSSRule('body {font-family: \'Ruslan Display\', sans-serif; }');
$this->addCSS('http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic-ext,cyrillic');
$this->addCSSRule('body {font-family: \'Ubuntu Condensed\', sans-serif; }');