Hi, Looking to change the font family of everything, sitewide, headlines, p, etc, etc. I’ve seen a number of threads on this but hope you could provide some clarification on this particular family. We’ve setup a child theme and are using the child’s style.css.
Here’s the objective:
font-family: “Palatino Linotype”, Georgia, “Times New Roman”, Times, serif;
or
font-family: Palatino, ‘Palatino Linotype’, ‘Palatino LT STD’, ‘Book Antiqua’, Georgia, serif;
Many thanks.
Hi Greg!
Please try the following in Quick CSS under Enfold–>General Styling:
#top * {
font-family: “Palatino Linotype”, Georgia, “Times New Roman”, Times, serif !important;
}
Cheers!
Rikard
Perfect. Thank you!