Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/74.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/38.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 Google Chrome无法正确呈现字体_Html_Css_Google Chrome_Google Font Api - Fatal编程技术网

Html Google Chrome无法正确呈现字体

Html Google Chrome无法正确呈现字体,html,css,google-chrome,google-font-api,Html,Css,Google Chrome,Google Font Api,我正在制作一个网站,我注意到我的Chrome浏览器没有正确呈现Google字体。有人知道这可能是什么以及如何解决吗 有关示例,请参见下面的屏幕截图: OS: Windows 8.1 Browser: Google Chrome 41.0.2272.76 m Font: Open Sans and Bree Sans for headings 如果你需要更多的信息,请告诉我 检查您是否指定了-webkit字体平滑。嘿,谢谢你,我已经在我的.css文件中添加了:html{-webkit字体平滑:抗

我正在制作一个网站,我注意到我的Chrome浏览器没有正确呈现Google字体。有人知道这可能是什么以及如何解决吗

有关示例,请参见下面的屏幕截图:

OS: Windows 8.1
Browser: Google Chrome 41.0.2272.76 m
Font: Open Sans and Bree Sans for headings
如果你需要更多的信息,请告诉我


检查您是否指定了
-webkit字体平滑
。嘿,谢谢你,我已经在我的.css文件中添加了:
html{-webkit字体平滑:抗锯齿;}
,它没有任何区别。你是通过RDP查看网站的吗?不,Jamie,我正在本地开发。在开发工具中,有没有未加载的文件?e、 g.WOFF/TTF?