字体拉托,加粗了一些捷克字符

时间:2018-08-06 12:01:59

标签: html css fonts google-fonts

我在网站上使用“拉托”字体。波兰语和英语字符正确显示,而某些捷克语字符则加粗。在下面您可以看到这3个字符为粗体。这个问题的原因是什么?这是字体还是浏览器问题?

<html>
    <head>
        <title>TODO supply a title</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900&amp;subset=latin,latin-ext" rel="stylesheet">
      
        <style>


            body {
                font: normal 15px 'Lato';
                color: #000000;
                font-weight: 300;
            }
        </style>

    </head>
    <body>
        <div style="font-size: 30px;">Pověřenec pro ochranu osobních údajů</div>
    </body>
</html>

Additonal printscreen

2 个答案:

答案 0 :(得分:0)

从正文CSS删除字体大小可以正常工作:

placement new

答案 1 :(得分:0)

字形在Lato 1.0中不可用,Google字体仍在使用。

使用Adobe Typekit,或下载字体并将其包含在您的网站上以修复丢失的(粗体)字符。

Font can be found here