1 template.php seven_preprocess_page(&$variables)

Implements hook_preprocess_page().

File

core/themes/seven/template.php, line 10
Preprocess functions and theme function overrides for the Seven theme.

Code

function seven_preprocess_page(&$variables) {
  // Add the OpenSans font from core on every page of the site.
  backdrop_add_library('system', 'opensans', TRUE);
}