You are here

function fontyourface_preprocess_html in @font-your-face 8.3

Same name and namespace in other branches
  1. 7.2 fontyourface.module \fontyourface_preprocess_html()

Implements hook_preprocess_HOOK().

Adds body classes if certain regions have content.

File

./fontyourface.module, line 133
Contains fontyourface.module..

Code

function fontyourface_preprocess_html(&$variables) {
  $variables['attributes']['class'][] = 'fontyourface';
}