• Resolved coconutinteriors

    (@coconutinteriors)


    Hello,

    Hoping to get some support to understand why my font style for the blog titles on my home page are different on Safari and Chrome. When I check my website on my phone and on another computer it also shows up different types of fonts only for the blog posts.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter coconutinteriors

    (@coconutinteriors)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Title Font’ is closed to new replies.