Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2459336
font load time
Closed

Comments

  • Keith started the conversation

    I was just wondering if it is possible to make this plugin work without loading an extra font. Every plugin that does this is adding load times all over our websites and Google is penalizing us for it. In this case it seems to be typically over 0.2 seconds! Thanks for your time!

  • [deleted] replied

    Hi Keith,

    The WPC Smart Wishlist only use extra feather icons. If you want to active plugin without loading extra font icons this, please remove fonts by add code

    wp_dequeue_style('woosw-feather');
    

    in your wp_enqueue_scripts action hook of child theme.

    Example, I remove font icons in the storefront theme:

    https://prnt.sc/ta8pb3, https://prnt.sc/ta8plq

    And remember, add CSS icons again follow theme.