views:

168

answers:

1

I found my page text displayed in opera and firefox with different font-size.

         <div id='kfbuttext1'>
             <a href='#' class='kfbutlink'>test string</a>
             <a href='#' class='kfbutlink'>line 2</a>
         </div>

CSS as follows .kfbutlink{Font-family:arial; font-size:12px}. it looks fine it firefox but opera(9.64) displays it large size.

+1  A: 

Opera has many features to automatically zoom the fonts to make the page more viewable. If you have fit-to-width enabled, the fonts will appear larger.

Andrew Keith