Home › Forums › WoodMart support forum › Optimizing Website Google Fonts › Reply To: Optimizing Website Google Fonts
September 27, 2022 at 2:02 pm
#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’ );