add_action( 'wp_print_styles', 'dequeue_fonts_style' );
function dequeue_fonts_style() {
wp_dequeue_style( ‘calafate-font-body' );
wp_dequeue_style( ‘calafate-font-head' );
wp_dequeue_style( ‘calafate-font-menu' );
wp_dequeue_style( ‘calafate-font-quote' );
wp_dequeue_style( ‘calafate-font-head-h1' );
}