Google字体权重未正确显示

时间:2017-10-14 17:55:37

标签: css webfonts google-font-api google-fonts

如果我运行下面的代码,Josefine Sans字体重量400看起来比重量600更大。任何人都可以解释为什么会发生这种情况?



body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
}

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,600" rel="stylesheet">
</head>

<body>
	<p style="font-weight:400;">The spectacle before us was indeed sublime.</p>
	<p style="font-weight:600;">The spectacle before us was indeed sublime.</p>
</body>
</html>
&#13;
&#13;
&#13;

1 个答案:

答案 0 :(得分:0)

在我的浏览器中,400比600轻,所以这可能是特定于计算机的。

最可能的原因是您在本地/计算机上安装了错误或不完整版本的webfont。