Hello, coconutinteriors.
Thank you for contacting us and for using our theme. We appreciate it. 🙂
The reason for the font difference seems to be this piece of CSS
h1, h2, h3, h4, h5, h6 {
font-family: "Lato Serif";
}
which is entered somewhere inline, might be in the Additional CSS section of the customizer or in some other plugin that you might have installed that has such functionality.
Hope this helps but if you have any additional questions, feel free to ask.
Kind regards.
Hello,
Thank you for your reply. The reason I added the CSS code
h1, h2, h3, h4, h5, h6 {
font-family: “Lato Serif”;
}
was to fix the problem with the font displaying different types on each computer. When I remove the code the font on the post title revert back to different types and sizes.
I am not to sure why this is happening and how to fix it ?
Love the theme but I am just puzzled why this is happening to post titles only.
Thanks
Hi @coconutinteriors,
When you remove above style all headings will have default Kale style which is:
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}
This means that all headings should be displayed in Montserrat font unless this font cannot be loaded for some reason. In that case browser will display headings using default browser sans serif font. Please note that we tested our Kale demo site in different browsers and all headings were displayed in Montserrat font.
Cheers