You are here

adobe_edge_fonts.install in @font-your-face 8.3

Adobe Edge Fonts install file.

File

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

/**
 * @file
 * Adobe Edge Fonts install file.
 */

/**
 * Implements hook_install().
 */
function adobe_edge_fonts_install() {
  module_set_weight('adobe_edge_fonts', 10);
}

/**
 * Implements hook_uninstall().
 */
function adobe_edge_fonts_uninstall() {
  fontyourface_delete('adobe_edge_fonts');
}

Functions