Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/85.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 无法在';灯光';重量_Html_Css_Google Font Api - Fatal编程技术网

Html 无法在';灯光';重量

Html 无法在';灯光';重量,html,css,google-font-api,Html,Css,Google Font Api,我正试着用它 我可以使用常规和粗体的重量,但我不能让轻重量的工作 在我的中,您可以看到我正在链接到所有三个权重: <link href="https://fonts.googleapis.com/css?family=Merriweather:300,400,700" rel="stylesheet"> 下面是一个有此问题的代码笔: 旁白-我想将snip直接嵌入到SO中,但我需要codepen链接到google字体,结果发现这是因为我在本地操作系统上安装了该字体。 浏览器使用的字

我正试着用它

我可以使用常规和粗体的重量,但我不能让轻重量的工作

在我的
中,您可以看到我正在链接到所有三个权重:

<link href="https://fonts.googleapis.com/css?family=Merriweather:300,400,700" rel="stylesheet">
下面是一个有此问题的代码笔:


旁白-我想将snip直接嵌入到SO中,但我需要codepen链接到google字体,结果发现这是因为我在本地操作系统上安装了该字体。 浏览器使用的字体来自操作系统,而不是谷歌的服务器。
但是操作系统字体没有安装轻量级。

您使用的浏览器/操作系统是什么?它看起来很适合我(300比400轻)。我也认为300比其他重量轻。最新的铬合金。最新的窗口。事实证明,错误在于我在操作系统上安装的字体只有一个重量。浏览器使用的是我的操作系统安装的字体,但重量不轻。我从操作系统中卸载了字体,它看起来更轻。谢谢
font-weight:300