You are here

function local_fonts_install in @font-your-face 8.3

Implements hook_install().

File

modules/local_fonts/local_fonts.install, line 11
Local Fonts install file.

Code

function local_fonts_install() {
  module_set_weight('local_fonts', 10);
  Drupal::messenger()
    ->addMessage(t('You may now install your own custom fonts. Remember to follow the EULA for any given font.'));
}