Share This
function _remove_google_fonts() {wp_deregister_script( 'olsen-light-google-font' );} add_action( 'wp_enqueue_scripts', '_remove_google_fonts', 20 );