• Hello,

    I am setting up a new portfolio website with your beautiful theme. Because of GDPR I need to disable Google fonts.

    So far, I have:

      created a child theme
      uploaded fonts files to a folder /fonts within the child theme
      added the required CSS to the style.css file of the child theme
      tested two plugins to disable the loading of Google fonts, which both didn’t work

    How may I disable Google fonts with your theme?

    Many thanks,
    Wiebke

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author themeshopy

    (@themeshopy)

    Hello @wiebkewetzel,

    Follow the below step for disabling font-family, Go to Dashboard >> Appearance >> Customizer >> Additional CSS, paste the below CSS here, and publish it.

    body { font-family: unset; }

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘how may I disable Google fonts?’ is closed to new replies.