You are here

function kernest_fontyourface_preview in @font-your-face 7

Same name and namespace in other branches
  1. 6 modules/kernest/kernest.module \kernest_fontyourface_preview()

Implements hook_fontyourface_preview().

File

modules/kernest/kernest.module, line 83

Code

function kernest_fontyourface_preview($font) {
  return '<span style="' . fontyourface_font_css($font) . ' font-size: 24px;">' . $font->name . '</span>';
}