Using system font instead of Google Fonts

Im using the taskhive theme, and system font is not available in the font selection.

Is there an easy way to implement this to all areas of the theme?

Also, is there a way to disable the google fonts?

Thank you

1 Like

It’s possible, but requires PHP/CSS tweaks, e.g. you can override the body text and heading fonts via CSS (e.g. font-family: Arial, Helvetica, sans serif;} and then dequeue Google Fonts styles and scripts via PHP.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.