You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

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

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>




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.

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>

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.