You are here

google_fonts_api.install in @font-your-face 8.3

Google Fonts install file.

File

modules/google_fonts_api/google_fonts_api.install
View source
<?php

/**
 * @file
 * Google Fonts install file.
 */

/**
 * Implements hook_install().
 */
function google_fonts_api_install() {
  module_set_weight('google_fonts_api', 10);
}

/**
 * Implements hook_uninstall().
 */
function google_fonts_api_uninstall() {
  fontyourface_delete('google_fonts_api');
}

Functions