function load_fonts() { wp_register_style('googleFonts', 'http://fonts.googleapis.com/css?family=Arizonia'); wp_enqueue_style( 'googleFonts'); } add_action('wp_print_styles', 'load_fonts');
Use to properly design Child Themes
function load_fonts() { wp_register_style('googleFonts', 'http://fonts.googleapis.com/css?family=Arizonia'); wp_enqueue_style( 'googleFonts'); } add_action('wp_print_styles', 'load_fonts');
Use to properly design Child Themes
2012-2018 JoshGallagher.com WordPress Theme : By Sparkle Themes