The problem with the font

GK User
Fri Sep 14, 2012 7:05 am
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/
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 7:22 am
Hi,

Usually browsers uses a standard serif/san-serif fonts to replace letters which are not available in the specific font. Please check the selected font settings and change its URL to the path which loads also the cyrillic characters (if the selected font supports it).
User avatar
Administrator

GK User
Fri Sep 14, 2012 7:23 am
The URL with cyrrilic support will be:
Code: Select all
http://fonts.googleapis.com/css?family=Ruslan+Display&subset=cyrillic-ext,latin
User avatar
Administrator

GK User
Fri Sep 14, 2012 7:31 am
Paste this code template settings?


dziudek wrote:The URL with cyrrilic support will be:
Code: Select all
http://fonts.googleapis.com/css?family=Ruslan+Display&subset=cyrillic-ext,latin
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 7:33 am
Yes, you should have in the fonts settings an option to use own Google Fonts url.
User avatar
Administrator

GK User
Fri Sep 14, 2012 7:55 am
All the same, why is not working. All remained
Unchanged. :(((


dziudek wrote:Yes, you should have in the fonts settings an option to use own Google Fonts url.
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 8:07 am
You're doing something wrong - please send me the Private Message with the administrator access.
User avatar
Administrator

GK User
Fri Sep 14, 2012 10:00 am
I've applied the Ubuntu Condensed font for your page directly in the code, because you have some strange problems with the fonts section.

If you want to change the font you have this section in your layouts/blocks/head.php file:

Code: Select all
//$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; }');
User avatar
Administrator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.