You are here

function google_fonts_api_update_6200 in @font-your-face 6.2

Implements hook_update_N().

File

modules/google_fonts_api/google_fonts_api.install, line 33
Removes fonts on disable.

Code

function google_fonts_api_update_6200() {

  // Fonts need to be re-imported after change in issue #1123340.
  drupal_set_message(t('You may need to !import Google Fonts after this update.', array(
    '!import' => l(t('re-import'), 'admin/config/user-interface/fontyourface'),
  )), 'warning');
}