Headlines is using different weight fonts

Issue is obvious. I have attached a picture and a link as well:

https://thatssofetch.co/puppy-preparations-getting-ready-for-your-new-pup

Hi Jawad,

Thank you for reaching out to us. I checked your site in multiple browsers and the issue is happening only in Internet Explorer may be because of the font family you’re using. You can fix this by using a fallback font family in IE, try adding the following code in the Theme Options > CSS:

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
       h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: "Lato",sans-serif;
    }
}

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.