Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/34.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
Css Google Webfonts无法正确呈现_Css_Google Chrome_Webfonts_Google Webfonts - Fatal编程技术网

Css Google Webfonts无法正确呈现

Css Google Webfonts无法正确呈现,css,google-chrome,webfonts,google-webfonts,Css,Google Chrome,Webfonts,Google Webfonts,我在我的网站上使用了这种字体,它在Chrome(Windows)中的呈现方式如下 字体在iOS中呈现OK 我怎样才能解决这个问题?非常感谢您的帮助:)我也遇到过类似的问题。 而是使用谷歌提供的标准代码 <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'> 说真的,我不知道真正的原因,但它奏效了。希望这也适用于您。Windows ont渲染很

我在我的网站上使用了这种字体,它在Chrome(Windows)中的呈现方式如下

字体在iOS中呈现OK

我怎样才能解决这个问题?非常感谢您的帮助:)

我也遇到过类似的问题。 而是使用谷歌提供的标准代码

<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>

说真的,我不知道真正的原因,但它奏效了。希望这也适用于您。

Windows ont渲染很棘手,从这里开始完美!谢谢,很抱歉,我的问题重复了。我以前没找到过。
<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css' crossorigin="anonymous">