function edge_fonts_disable in @font-your-face 7.2
Implements hook_disable().
File
- modules/
edge_fonts/ edge_fonts.install, line 25 - Install/uninstall tasks for the Edge Fonts module.
Code
function edge_fonts_disable() {
fontyourface_provider_disable('edge_fonts');
}