Chrome svg-Font-Rendering breaks Layout

后端 未结 3 1038
没有蜡笔的小新
没有蜡笔的小新 2020-12-07 08:54

I\'m currently working on a little Project in which I\'d like to use webfonts via @fontface.

I implemented the font\'s like this:

@f         


        
3条回答
  •  感情败类
    2020-12-07 09:43

    I have seen the same issues (or worse) across a few sites. Most of the time the text is smashed together on top of itself.

    My only solution at the point is to go back to the older font. You can also try to add the CSS rule: -webkit-font-smoothing: antialiased; for a small improvement.

提交回复
热议问题