使用google webfont,我无法获得font-weight来产生结果。三个权重确实有名称,但未在href链接中指定,因此我不确定是否需要添加名称。
以下是代码的一部分:
<link href='http://fonts.googleapis.com/css?family=Quicksand:400,300,700' rel='stylesheet' type='text/css'><style type="text/css">
body{
background-color: white;
margin-left: 20%;
margin-right: 20%;
border: none;
padding: 10px 10px 10px 10px;
font-family: Quicksand, sans-serif;
font-weight: 300;
}
答案 0 :(得分:0)
我能够让这个工作小提琴,让我相信你有另一个字体 - 重量覆盖你试图设置的字体重量。使用chrome或Firefox的开发人员工具,您可以轻松找到覆盖您尝试设置的样式。
请记住: