Viewing 1 replies (of 1 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @kaiajabones

    You can dequeue this font by adding below code to the current theme (or child-theme) / functions.php

    add_action( 'wp_enqueue_scripts', 'woofc_dequeue_scripts', 99 );
    function woofc_dequeue_scripts() {
    	wp_dequeue_style( 'woofc-fonts' );
    }

    But then you need to add CSS code to replace all icons on the Fly Cart, e.g this position https://prnt.sc/sqx8vd

Viewing 1 replies (of 1 total)
  • The topic ‘Fonts loading slow’ is closed to new replies.