• Resolved carolineellison

    (@carolineellison)


    The header font and the content font is different. How can I make all the fonts on the site the same – not size just font itself. Thank you.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Alvaro Gómez

    (@mrfoxtalbot)

    How can I make all the fonts on the site the same

    We can do this either by using a plugin or by adding a little bit of custom CSS code.

    You mentioned you wanted both fonts to be the same, but which one is the font you want to use: the one used in the content or the one in the header?

    Thread Starter carolineellison

    (@carolineellison)

    I would like the font to be the same as the body text so the title font would change. Thank you.

    Alvaro Gómez

    (@mrfoxtalbot)

    Hi @carolineellison, you can add the following code to have the font that is being used in the content also be used everywhere else on the site.

    
    /* Use main font everywhere */
    body #content *, #site-navigation {
      font-family:Merriweather, Georgia, serif;
    }
    Thread Starter carolineellison

    (@carolineellison)

    IT does. Thank you again. ??

    Thread Starter carolineellison

    (@carolineellison)

    Thank you again – you are a legend ?? Fabulous.

    Take care.

    Alvaro Gómez

    (@mrfoxtalbot)

    I’m glad to hear that helped ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Font style’ is closed to new replies.