Created
September 20, 2022 11:26
-
-
Save MrJoshFisher/2cca058ef757448af315f5d19e1a83f5 to your computer and use it in GitHub Desktop.
[Disable Google Fonts Elementor] #google #elementor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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