function google_fonts_api_fontyourface_info in @font-your-face 7
Same name and namespace in other branches
- 6.2 modules/google_fonts_api/google_fonts_api.module \google_fonts_api_fontyourface_info()
- 6 modules/google_fonts_api/google_fonts_api.module \google_fonts_api_fontyourface_info()
- 7.2 modules/google_fonts_api/google_fonts_api.module \google_fonts_api_fontyourface_info()
Implements hook_fontyourface_info().
File
- modules/
google_fonts_api/ google_fonts_api.module, line 6
Code
function google_fonts_api_fontyourface_info() {
$info = array(
'name' => 'Google',
'url' => 'http://code.google.com/webfonts',
);
return $info;
}