Why is text rendered with a greater font-size in Opera?

后端 未结 8 868
悲&欢浪女
悲&欢浪女 2021-01-17 22:19

I\'m working on an HTML page that needs to be more or less pixel-perfect, and I noticed that in Opera 10, fonts are rendering larger than they do in other browsers, even tho

8条回答
  •  既然无缘
    2021-01-17 22:55

    I was having a similar issue.

    I found that the default computed font size in FF and most other browsers on is 16px, but on opera the default seems to be 20px.

    I simply set font-size:16px; for html, and it seemed to take care of it.

提交回复
热议问题