This code will remove the standard font options from any theme typography setting such as those located in the Customizer or in Total VC modules.
add_filter( 'wpex_standard_fonts_array', '__return_false' );
This code will remove the standard font options from any theme typography setting such as those located in the Customizer or in Total VC modules.
add_filter( 'wpex_standard_fonts_array', '__return_false' );