Skip to content

Instantly share code, notes, and snippets.

@brianleejackson
Last active September 4, 2017 23:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianleejackson/cc06c487f3d8c6dc0d5cee04bbccfe7d to your computer and use it in GitHub Desktop.
Save brianleejackson/cc06c487f3d8c6dc0d5cee04bbccfe7d to your computer and use it in GitHub Desktop.
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