Hey Klaviyo Community,
We switched to a custom Google Font. Now we have the problem that the Formatting of the Fallback Font is sometimes changed to bold. This happened on an in Gmail opened in Chrome on a MacBook.
But this doesn’t happen in every Google Account. In my Google Account in Chrome on a MacBook everything is formatted correctly.
Our Fallback Font is the web-safe Verdana Font.
I already tried removing the formatting completely.
I also tried adding a style block at the top of the email.
<style>
body, p, td, div, span, h1, h2, h3, h4, h5, h6 {
font-family: Montserrat, Verdana, sans-serif;
font-weight: normal;
}
</style>
This didn’t help so far.
What could be the issue and how to resolve it?