You are here

function common_fonts_fontyourface_info in @font-your-face 7

Same name and namespace in other branches
  1. 6.2 modules/common_fonts/common_fonts.module \common_fonts_fontyourface_info()
  2. 6 modules/common_fonts/common_fonts.module \common_fonts_fontyourface_info()

Implements hook_fontyourface_info().

File

modules/common_fonts/common_fonts.module, line 6

Code

function common_fonts_fontyourface_info() {
  return array(
    'name' => 'Common Fonts',
    'url' => 'http://en.wikipedia.org/wiki/Web_typography#Web-safe_fonts',
  );
}