function adobe_edge_fonts_uninstall in @font-your-face 8.3
Implements hook_uninstall().
File
- modules/
adobe_edge_fonts/ adobe_edge_fonts.install, line 18 - Adobe Edge Fonts install file.
Code
function adobe_edge_fonts_uninstall() {
fontyourface_delete('adobe_edge_fonts');
}