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
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
Thank you for always responding quickly!
I’ll try it
Thanks