function adobe_edge_fonts_install in @font-your-face 8.3
Implements hook_install().
File
- modules/
adobe_edge_fonts/ adobe_edge_fonts.install, line 11 - Adobe Edge Fonts install file.
Code
function adobe_edge_fonts_install() {
module_set_weight('adobe_edge_fonts', 10);
}