You are here

function edge_fonts_fontyourface_info in @font-your-face 7.2

Implements hook_fontyourface_info().

File

modules/edge_fonts/edge_fonts.module, line 11
Edge Fonts module main file.

Code

function edge_fonts_fontyourface_info() {
  return array(
    'name' => 'Edge Fonts',
    'url' => 'http://www.edgefonts.com/',
    'base_path' => 'http://www.edgefonts.com/?font=',
  );
}