Home Forums WoodMart support forum Optimizing Website Google Fonts Reply To: Optimizing Website Google Fonts

#408815

CumerKarl
Participant

Alright, thanks! Added this code to theme’s child functions.php and now the page score increased.

Code:
// Disable Google Fonts in Elementor
add_filter( ‘elementor/frontend/print_google_fonts’, ‘__return_false’ );