vote up 1 vote down star

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.

flag

1  
What version of Opera? There is no version 9.4, although there is 9.64. Why not test against v10? – CodeByMoonlight Oct 5 at 5:13

1 Answer

vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.