Google网络字体来源Sans Pro在Google Chrome中以斜体显示

时间:2016-09-23 17:06:03

标签: html css google-chrome fonts

我的网站在Chrome中显示错误。为了消除我使用谷歌示例的所有因素:

<html>
<head>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Serif+Pro|Source+Sans+Pro">
<style>
  body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 48px;
  }
</style>
</head>
<body>
  <div>Making the Web Beautiful in Source Sans Pro!</div>
  <div style="font-family: 'Source Serif Pro', sans-serif">Making the Web Beautiful in Source Serif Pro!</div>
</body>
</html>

我无法正常显示(Chrome v53.0.2785.116 m): enter image description here

1 个答案:

答案 0 :(得分:0)

发现它,在我看来像是字体中的错误:

在分析谷歌自己的网站后,我发现必须使用:

 font-family: 'Source Sans Pro rev=1', sans-serif;