Font incorrectly displayed on certain browsers

Hi, I’m having issues with font when opening my website in certain browsers - mainly internet explorer, microsoft edge but also some mobile device browsers.

Could you please have a look at it? I attach screenshots for illustration.

Thanks!

Hi @zmenadresu,

Thanks for reaching out.

It’s the bug in IE and Edge which has no fix as of yet, please check this https://stackoverflow.com/questions/26356540/montserrat-font-isnt-displayed-on-ie-10-and-11.

The font is declared like this

font-family: "Montserrat",sans-serif;

If the first font isn’t loaded or the character for that font isn’t available, the second font will take over. Hence, looking different than other letters. I have tried some possible workaround and it’s not working, because, some of "Montserrat" characters for Czech language aren’t really loading. How about trying another font?

Thanks!

Hi Rad,

Thanks for your message. I tried changing the font of body to Open Sans which has latin-ext support, meaning that it should work with Czech characters.

Please find another screenshot enclosed. It looks better than before but it’s not perfect…

Thanks

Hi @zmenadresu,

Yes, looks better, actually, it looks perfect now.

Could you try testing it again?

Thanks!

Rad, apologies for this. I forgot to clear the cache. Thanks for your help, I am very happy with the support in this forum. Have a good day!

You are most welcome. You have a nice day too. :slight_smile:

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