You are here

function websafe_fonts_test_uninstall in @font-your-face 8.3

Implements hook_uninstall().

File

tests/websafe_fonts_test/websafe_fonts_test.install, line 23
Websafe Fonts Test install file.

Code

function websafe_fonts_test_uninstall() {
  fontyourface_delete('websafe_fonts_test');
}