Skip to content

Instantly share code, notes, and snippets.

@BenSibley
Created July 23, 2021 16:58
Show Gist options
  • Save BenSibley/91f4d096e9b89750e28bda5877f3d959 to your computer and use it in GitHub Desktop.
Save BenSibley/91f4d096e9b89750e28bda5877f3d959 to your computer and use it in GitHub Desktop.
Disable Google Fonts
function ct_shift_child_disable_google_fonts() {
wp_dequeue_style( 'ct-shift-google-fonts' );
}
add_action( 'wp_enqueue_scripts', 'ct_shift_child_disable_google_fonts', 11 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment