使用谷歌网络字体,我无法获得字体重量来产生结果。这三个权重确实有名称,但未在 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;
}