June 5, 2018 at 16:41
#199974
Moderator
Try with this function
COPY CODE
/* Deqeue the google fonts */
function sq7r_deque_kleo_gogole_fonts() {
if( function_exists('bp_is_active') && !bp_is_members_component()) {
wp_deregister_style('kleo-google-fonts', $google_link, array(), '', 'all' );
wp_dequeue_style('kleo-google-fonts');
}
}
add_action('wp_enqueue_scripts', 'sq7r_deque_kleo_gogole_fonts',999);
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution