//* Add multiple Google Fonts in Genesis - http://www.basicwp.com/?p=2054 add_action( 'wp_enqueue_scripts', 'genesis_ig_multiple_google_fonts' ); function genesis_ig_multiple_google_fonts() { wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Lato|Open+Sans|Oswald:400,300,700', array(), CHILD_THEME_VERSION ); }