Home / Admin / Remove Google Fonts (non-Elementor)
Duplicate Snippet

Embed Snippet on Your Site

Remove Google Fonts (non-Elementor)

Code Preview
php
<?php
function disable_google_fonts() {
	return false;
}
add_filter( 'print_google_fonts', 'disable_google_fonts' );

Comments

Add a Comment