1
如果我運行下面的代碼,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>
\t <p style="font-weight:400;">The spectacle before us was indeed sublime.</p>
\t <p style="font-weight:600;">The spectacle before us was indeed sublime.</p>
</body>
</html>
請告訴我們在哪個瀏覽器中。 – JoostS
在Win10的Chrome和FF上看起來很好。也許張貼你看到的圖像。 – j08691
在Chrome中我也看起來很好。 –