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?
I would like the font to be the same as the body text so the title font would change. Thank you.
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;
}
IT does. Thank you again. 🙂
Thank you again – you are a legend 🙂 Fabulous.
Take care.
I’m glad to hear that helped 🙂