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