ср, 18.09.2019
xxxxxxxxxx
1
/**
2
* Implements template_preprocess_html().
3
*/
4
function hook_preprocess_html(&$vars) {
5
drupal_add_css('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic', array('group' => CSS_THEME));
6
}