vote up 0 vote down star

on both pages,the font-size is 10pt,

but on one page the font size looks obviously bigger than on the other page,

what can be the reason for this?

flag

40% accept rate
1  
do you have an example? – piquadrat Aug 17 at 10:53

3 Answers

vote up 0 vote down check

It's most certainly not 10pt then. Or, the page is zoomed. (View -> Zoom -> Reset, in firefox).

Note that CSS takes the most-specific selector (or the one with '!important'), so make sure you don't have something else overriding it.

link|flag
vote up 0 vote down

The pt unit is only intended for print.

Are you sure you don't have one page defined as 'px' and the other 'pt'?

link|flag
vote up 0 vote down

You should install web developer toolbar - it will tell you the actually font size with the 'Display element information' option in the 'information' menu.

link|flag

Your Answer

Get an OpenID
or

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