谷歌webfonts根本不显示 - 铬最新版本,mac [英] google webfonts are not displaying at all - chrome latest version, mac

查看:192
本文介绍了谷歌webfonts根本不显示 - 铬最新版本,mac的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谷歌浏览器版本33.0.1750.117,Mac 中有很长一段时间在我的网页上有Google字体,但最近它们开始消失 。如果我点击或悬停的字体显示就好了。



我发现只有谷歌浏览器32中的错误,但它应该是固定,因为它说,也许是另一个错误产生?

http://blog.typekit.com/2014/02/04/chrome-bug-affecting-web-fonts/

有人知道这个问题吗?

解决方案

我遇到同样的问题, 。



https://code.google.com/p/chromium/issues/detail?id=336476&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock

以下解决方法适用于我:


pre> body
{
-webkit-animation-duration:0.1s;
-webkit-animation-name:fontfix;
-webkit-animation-iteration-count:1;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:0.1s;
}

@ -webkit-keyframes fontfix {
from {opacity:1; }
到{opacity:1; }
}

希望这可以帮助你!


I have google fonts on my page for a long time, but recently they started to disappear only in Google Chrome, version 33.0.1750.117, Mac.. Some of the text with fonts is not displayed, if I click or hover the font displays just fine.

I found only this post about bug in Google Chrome 32, but it should be fixed as it is said, maybe another bug was produced?

http://blog.typekit.com/2014/02/04/chrome-bug-affecting-web-fonts/

Does somebody know about this issue?

解决方案

I am experiencing the same issue, and I have found this discussion.

https://code.google.com/p/chromium/issues/detail?id=336476&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified

Following workaround works for me:

body
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}

Hope this helps you out as well!

这篇关于谷歌webfonts根本不显示 - 铬最新版本,mac的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆