How do I remove the Google fonts from the html source?

Posted in: Newspaper
Post count: 3

Hi all,

Does anyone have any ideas how I can remove the google fonts from the html source? I want to set the font Arial as the default and remove the two fonts in the html source.

Screenshoot: http://i.imgur.com/CX86lkv.png

Post count: 9544

I have some tips about this in my optimization guide …

but basically you would need to do search/replace in the main style.css file, then edit the /includes/ big function file to remove the lines related to google fonts, but also make sure none are selected in your theme panel (basically set everything to ‘default’).

That is the broad strokes.

a) change style.css to not use the fonts
b) remove use of the fonts loading in the page from Google in the functions file where that is added to page html

Post count: 3

Thanks for the help.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.