1
以下のコードを実行すると、Josefine Sansのフォントウェイト400がウェイト600よりも大きく見えます。なぜこれが起こっているのか説明できますか?私のブラウザでGoogleフォントの重さが正しく表示されない
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でもうまく見えます。 –