Skip to content

Instantly share code, notes, and snippets.

@solid-pixel
Created May 12, 2016 13:49
Show Gist options
  • Save solid-pixel/0a7216f14798a6f6233b6de011addcde to your computer and use it in GitHub Desktop.
Save solid-pixel/0a7216f14798a6f6233b6de011addcde to your computer and use it in GitHub Desktop.
Dequeue Merriweather font - Twenty sixteen
function wp_dequeue_google_fonts() {
wp_dequeue_style( 'twentysixteen-fonts' );
}
add_action( 'wp_enqueue_scripts', 'wp_dequeue_google_fonts', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment