You are here

function google_fonts_api_install in @font-your-face 8.3

Implements hook_install().

File

modules/google_fonts_api/google_fonts_api.install, line 11
Google Fonts install file.

Code

function google_fonts_api_install() {
  module_set_weight('google_fonts_api', 10);
}