Thread
:
poll: Best way to specify type size?
View Single Post
09-02-2007, 13:00
#
2
(
permalink
)
pgo
Senior Member
Join Date: Jan 2005
Posts: 12,340
I voted ems and %.
body { font-size: 62.5%; } sets fonts to 10px in most browsers. Then you can use ems or % to scale up and down from the new default.
1.1em = 11px
1.2em = 12px
150% = 15px
But don't forget inheritance.
pgo
View Public Profile
Find More Posts by pgo