Skip to content

Instantly share code, notes, and snippets.

@brianleejackson
Last active September 4, 2017 23:17
Embed
What would you like to do?
gp-disable-google-fonts
add_action( 'wp_enqueue_scripts','tu_remove_google_fonts', 10 );
function tu_remove_google_fonts() {
wp_dequeue_style( 'generate-fonts' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment