function common_fonts_fontyourface_preview in @font-your-face 7
Same name and namespace in other branches
- 6.2 modules/common_fonts/common_fonts.module \common_fonts_fontyourface_preview()
- 6 modules/common_fonts/common_fonts.module \common_fonts_fontyourface_preview()
Implements hook_fontyourface_preview().
File
- modules/
common_fonts/ common_fonts.module, line 18
Code
function common_fonts_fontyourface_preview($font, $text) {
return '<span style="' . fontyourface_font_css($font) . ' font-size: 24px;">' . $text . '</span>';
}