Hello, @martafferreira.
I’m glad to read that you like our theme. 🙂
In order to change the font of the blog name, please use this CSS:
.logo .header-logo-text {
font-family: Georgia, serif;
}
Add it to Appearance -> Customize -> Additional CSS.
This is the list of so-called Web Safe Fonts – https://www.w3schools.com/cssref/css_websafe_fonts.asp or you can install some WordPress plugin that will add 600+ Google Fonts to your disposal.
In the end, I’d like to add that Kale Pro theme has the whole section in the customizer called Custom Fonts, that allows you to adjust the most of the font positions in the theme.
Hope this helps, but if you have additional questions, feel free to ask.
Kind regards.
Thanks a lot for your help!
can i ask you one more thing? how can i change the font of posts and pages?
thanks!
Hi @martafferreira,
The easiest way would be to add this style to Appearance → Customize → Additional CSS:
body {
font-family: Georgia, serif;
}
You can also change heading:
h1, h2, h3, h4, h5, h6 {
font-family: Georgia, serif;
}
Kind regards
Hi Jarek
Thanks one more time!
You’re welcome, @martafferreira.
Could you please mark this thread as “Resolved”.
Thank you for your time.