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');
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.