Skip to content

Instantly share code, notes, and snippets.

@idavinder
Created May 25, 2015 07:36
Show Gist options
  • Save idavinder/333f5b66ee3fe1afb155 to your computer and use it in GitHub Desktop.
Save idavinder/333f5b66ee3fe1afb155 to your computer and use it in GitHub Desktop.
Add Google Font in Genesis Theme
//* 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