ср, 18.09.2019
/**
* 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));
}