我的网站在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>
答案 0 :(得分:0)
发现它,在我看来像是字体中的错误:
在分析谷歌自己的网站后,我发现必须使用:
font-family: 'Source Sans Pro rev=1', sans-serif;