See this Snippet for Google fonts.
Otherwise, simply use:
body {
font-family: Garamond, sans-serif;
}
Does the same thing work for changing the fonts for page titles (h2) and blog titles (h1)?
Thanks!
Jodie
More info for you:
I have uploaded and added the font face (not a Google font–can’t do anything the easy way!) to my stylesheet. The body text can remain the same. I only want to change the blog and page header text.
Jodie
Try:
h1, h2 {
font-family: Garamond, sans-serif;
}
May need to target specific items if that changes too much. Link to Site would help.
That worked! And I learned something.
http://www.itsarubberduckieworld.com
On to the next items on the list… I AM making headway!
THANK YOU!
Jodie
P.S. Isn’t there a place for me to mark this “resolved”? These things matter!
There’s a dropdown in the right hand sidebar.
Glad you’re happy 😉