Title: Plugin changes site google font
Last modified: September 18, 2016

---

# Plugin changes site google font

 *  Resolved [eminemke](https://wordpress.org/support/users/eminemke/)
 * (@eminemke)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/plugin-changes-site-google-font/)
 * Hi!
 * If I activate this plugin my twentyfourteen font is change. I use open sans serif
   and the a plugin use Opens sans but with this plugin my normal bold texts will
   be more dark and fat.
 * How can I fixed thos issue?
 * Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [wpdreams](https://wordpress.org/support/users/wpdreams/)
 * (@wpdreams)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/plugin-changes-site-google-font/#post-8206228)
 * Hi!
 * Try adding this custom code to the _functions.php_ file in your active theme 
   directory:
 *     ```
       add_action( 'wp_enqueue_scripts', 'remove_asl_gf', 20 );
   
       function remove_asl_gf() {
           wp_dequeue_style( 'wpdreams-gf-opensans' );
           wp_deregister_style( 'wpdreams-gf-opensans' );
       }
       ```
   
 * This should de-register the open-sans font declaration by ajax search lite.
 *  Thread Starter [eminemke](https://wordpress.org/support/users/eminemke/)
 * (@eminemke)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/plugin-changes-site-google-font/#post-8237023)
 * Thank you, this code is works for me!
 * Best Regards!
 *  [edodere](https://wordpress.org/support/users/edodere/)
 * (@edodere)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/plugin-changes-site-google-font/#post-8467913)
 * Hi, first of all I want to thank you for this very useful plugin. I’m planning
   to purchase pro version when my site income will grow.
 * I tried to use your code
 *     ```
       add_action( 'wp_enqueue_scripts', 'remove_asl_gf', 20 );
   
       function remove_asl_gf() {
           wp_dequeue_style( 'wpdreams-gf-opensans' );
           wp_deregister_style( 'wpdreams-gf-opensans' );
       }
       ```
   
 * But I think the plugin is still loading open sans in the header. How can I delete
   this call?
 *  [zosim](https://wordpress.org/support/users/zosim/)
 * (@zosim)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/plugin-changes-site-google-font/#post-8556260)
 * > But I think the plugin is still loading open sans in the header. How can I 
   > delete this call?
 * Find in /wp-content/plugins/ajax-search-lite/includes/classes/shortcodes/class-
   asl-search.php:
 * `<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'
   type='text/css'>`
 * Delete this.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin changes site google font’ is closed to new replies.

 * ![](https://ps.w.org/ajax-search-lite/assets/icon-256x256.png?rev=3192672)
 * [Ajax Search Lite - Live Search & Filter](https://wordpress.org/plugins/ajax-search-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-search-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-search-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-search-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-search-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-search-lite/reviews/)

## Tags

 * [font](https://wordpress.org/support/topic-tag/font/)

 * 4 replies
 * 4 participants
 * Last reply from: [zosim](https://wordpress.org/support/users/zosim/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/plugin-changes-site-google-font/#post-8556260)
 * Status: resolved