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!
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:
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!
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
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.