|
Using "px" for font sizes and css has its advantages:
Fonts set to "px" will display the same size in all browsers, no matter what size the user sets the size. In fact the user will not have any control over font size. This is good, because your site will look the way you designed it! The visually impaired can still increase the font size by using the accessibility options () of the browser! Because of css, html file sizes will be much less and your pages will load faster! (Together with html compression, you can save 60% in html file size)
How does px compare?
13px = 10pt = -1
16px = 12pt = 0
18px = 14pt = +1
24px = 18pt = +2
32px = 24pt = +3
48px = 36pt = +4
|