• 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

    (@guido07111975)

    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

    (@alursru)

    Yes, i want to remove it completly,because I want to load and embed a font on my server myself

    Theme Author Guido

    (@guido07111975)

    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

    (@alursru)

    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.