You are here

function fontyourface_theme_suggestions_font in @font-your-face 8.3

Implements hook_theme_suggestions_HOOK().

File

./fontyourface.module, line 140
Contains fontyourface.module..

Code

function fontyourface_theme_suggestions_font(array $variables) {
  return [
    'font__' . $variables['elements']['#view_mode'],
  ];
}