• Resolved pday76

    (@pday76)


    When I disable google fonts, my headers go to, I guess times new roman. The rest of the text looks like the original theme font. Is there a way to change the font after google fonts are disabled. I have a custom font AI would like to use.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Frank Goossens

    (@futtta)

    If you have a custom font you want to use (for part of your page), you cannot use the “remove google font”-option, which removes all custom fonts. You could try to create a child theme which could only load a custom font for your headers?

    hope this clarifies,
    frank

    Thread Starter pday76

    (@pday76)

    Frank
    quick question, when I disable google fonts, it only changes the header fonts to some kind of sans font, but the rest of the text looks ok such as the body. Can you look at my site and see if there is a way to make my headers go back to sans-serif like the body text?

    pointtopointinspections.com

    Plugin Author Frank Goossens

    (@futtta)

    you could try adding this somewhere;
    h1,h2,h3,h4,h5,h6{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}

    Thread Starter pday76

    (@pday76)

    That did it! I added it to my stylesheet along with !important

    Plugin Author Frank Goossens

    (@futtta)

    thumbsup! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable Google Fonts’ is closed to new replies.