Google Montserrat Font

What happened to Google's Montserrat font in Safari on macOS Big Sur and iOS 14? It does not display correctly. In all other applications and other browsers, this font looks correct, but in Safari it is replaced by a font with a completely different style.

Apple Care has nothing reasonable to say about this.


iMac 27″ 5K, macOS 11.0

Posted on Dec 7, 2020 5:16 AM

Reply
12 replies
Sort By: 

Dec 7, 2020 6:59 AM in response to evgenyshev

So here is Montserrat Light 300 as shown in Safari 14.0.1 on Big Sur 11.0.1:


And same platform, but in Firefox 83:


You say there is a problem, but what problem is that exactly?


montserrat.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
 
        p {
            font-family: 'Montserrat', sans-serf;
            font-size: 1em;
            color:navy;
        }
    </style>
</head>
<body>
    <h4>Montserrat Light 300</h4>
    <p>So what is wrong with Montserrat Light 300 text?</p>
</body>
</html>




Reply

Dec 7, 2020 6:19 AM in response to John Galt

Apple has always (always!) Paid special attention to fonts, but the problem is it's a Safari bug. Montserrat font works correctly in Google Chrome, Mozilla FireFox, Opera Ya.Browser, etc. It is displayed incorrectly only in Safari, from which I can conclude that the developers (engineers) of Apple made a mistake, and if this font is displayed incorrectly, there are probably problems with other fonts. And the one who made them should correct mistakes. Montserrat is one of the most used fonts on the web.

Reply

Dec 7, 2020 7:07 AM in response to dialabrain

Cyrillic (Russian) does not work as expected.


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
 
        p {
            font-family: 'Montserrat', sans-serf;
            font-size: 1em;
            color:navy;
        }
    </style>
</head>
<body>
    <h4>Montserrat Light 300</h4>
    <p>So what is wrong with Montserrat Light 300 text? Да или нет?</p>
</body>
</html>
Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Google Montserrat Font

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.