Hi ayoungerskin.
Thank you for contacting us.
Is this the font you’d like to use – https://fonts.google.com/specimen/Lora ?
If so, that’s Google font so you could install this plugin – https://ww.wp.xz.cn/plugins/easy-google-fonts/ and this tutorial should be useful as well – https://www.inmotionhosting.com/support/edu/wordpress/recommended-wordpress-plugins/easy-google-fonts-plugin
Hope this helps but if you have additional questions regarding this, feel free to ask.
Kind regards.
Yes I have that plugin already and that font in all my headings. Now I wonder if I can have it also in the site title??
Here is style to set font family in site title to Lora:
.logo .header-logo-text {
font-family: "Lora", Georgia, Times, "Times New Roman", serif;
}
and here is style for tagline:
.tagline {
font-family: "Lora", Georgia, Times, "Times New Roman", serif;
}
Add above style to Appearance → Customize → Additional CSS.
Hope that helps.
Cheers