Created
May 25, 2015 07:36
-
-
Save idavinder/333f5b66ee3fe1afb155 to your computer and use it in GitHub Desktop.
Add Google Font in Genesis Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* Add Google Font in Genesis - http://www.basicwp.com/?p=2054 | |
add_action( 'wp_enqueue_scripts', 'genesis_ig_google_fonts' ); | |
function genesis_ig_google_fonts() { | |
wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Lato', array(), CHILD_THEME_VERSION ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment