Title: disable google webfonts
Last modified: September 26, 2018

---

# disable google webfonts

 *  [alursru](https://wordpress.org/support/users/alursru/)
 * (@alursru)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/disable-google-webfonts/)
 * Hi Guido!
    Could you help me? I want to disable google webfonts. I know that 
   the code needs to be in the functions.php – but I can not write it.
 * I hope for your help
 * Thank you alursru

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

 *  Theme Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/disable-google-webfonts/#post-10728439)
 * Hi,
 * You want to completely remove it from your theme?
    Guess you want to use another
   font? How do you want to include this new font in your theme?
 * Besides removing it from functions you should also change the font in CSS files“
   style” and “custom-editor-style”.
 * Guido
 *  Thread Starter [alursru](https://wordpress.org/support/users/alursru/)
 * (@alursru)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/disable-google-webfonts/#post-10729104)
 * Yes, i want to remove it completly,because I want to load and embed a font on
   my server myself
 *  Theme Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/disable-google-webfonts/#post-10729155)
 * Hi,
 * For this you should make changes to the theme itself… I guess.
 * File functions:
 * Change:
 *     ```
       add_editor_style( array( 'custom-editor-style.css', bluegray_font_url() ) );
       ```
   
 * Into:
 *     ```
       add_editor_style( 'custom-editor-style.css' );
       ```
   
 * Remove code from line 77.
    Remove code from lines 90-94.
 * Files style and custom-editor-style:
    Change font family to your needs.
 * You will loose these changes upon theme update, but I’m not planning an update
   anytime soon.
 * Guido
 *  Thread Starter [alursru](https://wordpress.org/support/users/alursru/)
 * (@alursru)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/disable-google-webfonts/#post-10729215)
 * Thank you for always responding quickly!
 * I’ll try it
    Thanks

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

The topic ‘disable google webfonts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/bluegray/7.9/screenshot.png)
 * BlueGray
 * [Support Threads](https://wordpress.org/support/theme/bluegray/)
 * [Active Topics](https://wordpress.org/support/theme/bluegray/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/bluegray/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/bluegray/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [alursru](https://wordpress.org/support/users/alursru/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/disable-google-webfonts/#post-10729215)
 * Status: not resolved