Font-size issues comparing chrome and Firefox

后端 未结 7 802
清酒与你
清酒与你 2020-11-27 06:07

I built a site and the problem is, chrome display font-size 1px bigger than Firefox. I tried several ways to match the font-size, specified it in px, in % set t

7条回答
  •  清酒与你
    2020-11-27 06:22

    I too have had this problem and I've decided, where possible to go with font-size: small (or x-small etc). This gives you a basic range of scalable font sizes without having to look for fiddily css or messing around with JS. It works with IE, FF and Chrome.

提交回复
热议问题