Sure, I’d recommend either using Easy Google Fonts or the Chosen Pro plugin for this.
Chosen Pro will give you a dropdown for the main font, site title font, and headings font. It gets all of its fonts from Google Fonts.
With Easy Google Fonts, you’ll just need to use a few CSS selectors. body will target everything, .site-title will target the site title, and you can use the built in h1,h2,etc. selectors for the headings.
Both of them will automatically load the font files for you.
Those are probably the easiest ways, but if you’d prefer to use CSS/PHP to get this done, I can help you with that as well.
-
This reply was modified 9 years, 8 months ago by
Ben Sibley.
-
This reply was modified 9 years, 8 months ago by
Ben Sibley.
Thread Starter
Kris
(@tedor2)
Thank you Ben, I’ll find out whether the project manager is happy to pay for Chosen Pro or not. If not I’ll have to live with Easy Google Fonts.
Many thanks, K
You’re welcome 🙂 If anything else comes up just let me know, and I’ll be happy to help.