开发者

Safari issue with @font-face in block element

开发者 https://www.devze.com 2023-03-02 17:05 出处:网络
I hav开发者_高级运维e a @font-face I am using for a site. It renders fine in everything except Safari, and only in one instance there. The issue fixes itself when I remove display: block.

I hav开发者_高级运维e a @font-face I am using for a site. It renders fine in everything except Safari, and only in one instance there. The issue fixes itself when I remove display: block.

Anyone have any idea why this is happening & how to fix it?

The exact issue is that the font is rendering 'pixely'.

Thanks in advance.


Use Google web fonts API; it'll save you hours of time and it's designed for cross-browser compatibility. @ http://code.google.com/apis/webfonts/docs/getting_started.html

0

精彩评论

暂无评论...
验证码 换一张
取 消