当我在我的网站中包含 Google 字体并且只包含 Normal 400 粗体时,我仍然可以使用粗体、斜体等粗体,尽管它并没有真正包含在内。
这是一个小提琴:http: //jsfiddle.net/9nYZb/
<link href='http://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
对比
<link href='http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
为什么是这样?