function google_fonts_api_update_7100 in @font-your-face 7.2
Same name and namespace in other branches
- 7 modules/google_fonts_api/google_fonts_api.install \google_fonts_api_update_7100()
Implements hook_update_N().
File
- modules/
google_fonts_api/ google_fonts_api.install, line 37 - Removes fonts on disable.
Code
function google_fonts_api_update_7100() {
// Fonts need to be re-imported after change in issue #1123340.
drupal_load('module', 'google_fonts_api');
google_fonts_api_fontyourface_import();
}