• Hello,
    We would like to completely disable Google fonts and load the fonts uploaded locally to our servers.

    How can we tell Hueman to completely forget about web fonts for the front and only load our local fonts e.g. Almera?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,
    you can tell Hueman to not load google fonts by not using a google font in
    Appearance -> Customize -> Web Page Design -> General Design Options: Font, Colors, … -> Font
    e.g. selecting Arial as font.

    Then you can add your custom font as for any other theme, for example following this guide:
    https://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/
    ( Adding Custom Fonts in WordPress Using CSS3 @font-face )
    or this
    https://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/

    through your child-theme style.css
    where you can, then, override the body font family.

    Hope this helps.

    Best regards

    Thread Starter marikamitsos

    (@marikamitsos)

    Hello Rocco and thank you for replying,

    you can tell Hueman to not load google fonts by not using a google font in
    Appearance -> Customize -> Web Page Design -> General Design Options: Font, Colors, … -> Font
    e.g. selecting Arial as font.

    If I understand it correctly this means that

      1. NO Google fonts will be loaded whatsoever.
      2. two different scenarios:
      2a. If no other action is taken, default fonts will be loaded
      2b. If one follows and installs fonts locally to a child theme, they will be loaded instead of the default fonts

    Correct?

    • This reply was modified 7 years, 2 months ago by marikamitsos.
    • This reply was modified 7 years, 2 months ago by marikamitsos.
    • This reply was modified 7 years, 2 months ago by marikamitsos.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable google fonts and load local fonts from child theme’ is closed to new replies.