You are here

function fontdeck_fontyourface_info in @font-your-face 7.2

Same name and namespace in other branches
  1. 6.2 modules/fontdeck/fontdeck.module \fontdeck_fontyourface_info()
  2. 7 modules/fontdeck/fontdeck.module \fontdeck_fontyourface_info()

Implements hook_fontyourface_info().

File

modules/fontdeck/fontdeck.module, line 8

Code

function fontdeck_fontyourface_info() {
  return array(
    'name' => 'Fontdeck',
    'url' => 'http://fontdeck.com/',
    'base_path' => 'http://fontdeck.com/search?q=',
  );
  return $info;
}