Подключение google шрифтов.

/** * Implements template_preprocess_html(). */ function hook_preprocess_html(&$vars) { drupal_add_css('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic', array('group' => CSS_THEME)); }
Теги
Drupal 7.x
Theming
Font