我的网站上有一个字体,并且文本仅在窗口镶边上显得非常粗糙。

我做了以下调整:
-首先制作SVG,尝试添加文本阴影,尝试使用平滑字体进行平滑处理。

@font-face {
font-family:'grl';
src: url('../fonts/gotham-rounded-light_21020.eot');
src: url('../fonts/gotham-rounded-light_21020.eot?iefix') format('eot'), url('../fonts/gotham-rounded-light_21020.svg#webfontZam02nTh') format('svg'), url('../fonts/gotham-rounded-light_21020.woff') format('woff'), url('../fonts/gotham-rounded-light_21020.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
font-smooth: always;
}


这是网址
http://thunder.beresponsive.net/meet-the-kids.html

最佳答案

当前没有办法解决此问题。
在某些情况下,添加CSS文本阴影会有所帮助。如果没有帮助,那么您只需要使用其他字体即可。

Google知道此问题,但他们并不在乎。

09-12 20:01