Disable italic font style from the typography section of the customizer
Add the below code to the child theme's functions.php file to disable the italic font style from the typography section of the Customizer:
add_filter( 'ocean_google_font_enqueue_italics', '__return_false');