1.20.x template.php | seven_preprocess_page(&$variables) |
Implements hook_preprocess_page().
File
- 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);
}