Title: remove the plugin&#8217;s font from loading
Last modified: June 18, 2025

---

# remove the plugin’s font from loading

 *  Resolved [dreamsoft](https://wordpress.org/support/users/dreamsoft/)
 * (@dreamsoft)
 * [11 months, 3 weeks ago](https://wordpress.org/support/topic/remove-the-plugins-font-from-loading/)
 * hello,
 * is there a way to remove the plugin’s font from loading? just use the general
   font loaded in my website? it loads an unnecessary font which causes some delays,
   and it’s really not needed. but I see no way to remove it. you only have a setting
   asking for a font to be used, but not sure what to insert there. just remove 
   the font entirely.
 * I tried with filters:
 * add_action( ‘wp_enqueue_scripts’, function () {
   wp_dequeue_style( ‘xoo-wsc-fonts’);
   wp_deregister_style( ‘xoo-wsc-fonts’ );}, 20);
 *  and i could remove it, but then problems starts; the checkout page is blank
 * a simple way to remove the font would be great!
 * thanks

Viewing 1 replies (of 1 total)

 *  Plugin Support [XootiX](https://wordpress.org/support/users/helloxootix/)
 * (@helloxootix)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/remove-the-plugins-font-from-loading/#post-18522420)
 * Hello,
   These fonts are the icons used by plugin.You can use this snippet to remove
 *     ```wp-block-code
       add_action( 'wp_enqueue_scripts' , function(){	wp_dequeue_style( 'xoo-wsc-fonts' );}, 30);
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘remove the plugin’s font from loading’ is closed to new replies.

 * ![](https://ps.w.org/side-cart-woocommerce/assets/icon-256x256.gif?rev=3217170)
 * [Side Cart Woocommerce | Woocommerce Cart](https://wordpress.org/plugins/side-cart-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/side-cart-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/side-cart-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/side-cart-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/side-cart-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/side-cart-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [XootiX](https://wordpress.org/support/users/helloxootix/)
 * Last activity: [11 months, 2 weeks ago](https://wordpress.org/support/topic/remove-the-plugins-font-from-loading/#post-18522420)
 * Status: resolved