function remove_customizer_google_fonts($fonts){if (is_customize_preview()){$fonts=''}return $fonts}add_filter('ocean_google_fonts_array','remove_customizer_google_fonts');