我在我的网站上使用 Google 字体系列 Yanone Kaffeesatz。我的标题中有以下代码
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300,700' rel='stylesheet' type='text/css'>
在我的样式表中,我有:
h1{font-size:2.0em; font-family: 'Yanone Kaffeesatz Light', arial, serif; line-height:1.2; z-index:999; position:relative }
h2{font-size:1.5em; line-height:1.3em; font-family: 'Yanone Kaffeesatz', arial, serif; }
h2
显示就好了。 h1
恢复为 Arial。我也不能使用 Bold 或 Book,只能使用普通版本。