Skip to content

Instantly share code, notes, and snippets.

@MrJoshFisher
Created September 20, 2022 11:26
Show Gist options
  • Save MrJoshFisher/2cca058ef757448af315f5d19e1a83f5 to your computer and use it in GitHub Desktop.
Save MrJoshFisher/2cca058ef757448af315f5d19e1a83f5 to your computer and use it in GitHub Desktop.
[Disable Google Fonts Elementor] #google #elementor
// Disable Google Fonts in Elementor
add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment