这不是上述问题的答案,但我已经将我在下面所做的工作作为一些背景知识,所以不要以错误的方式惹恼人们!
问问题
501 次
1 回答
0
Finally figured out how to stop Chrome rendering newly declared web fonts in italic by default. I'm sure it's something to do with declaring a new web font on block level elements and having various options on your font. You need to reset your font not with font-style:normal; but font-weight:num; as dictated in your font settings (if using Google Fonts). Why it overrides the font style in the first place, I'm all ears!
于 2011-10-04T11:42:22.883 回答