| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| DesignersTalk > poll: Best way to specify type size? |
| View Poll Results: Best way to specify type size | |||
| ems |
|
28 | 65.12% |
| points |
|
2 | 4.65% |
| pixels |
|
12 | 27.91% |
| % |
|
10 | 23.26% |
| Multiple Choice Poll. Voters: 43. You may not vote on this poll | |||
|
LinkBack | Thread Tools | Search this Thread |
|
|
|
|
#2 (permalink) |
|
i'm done, son
Join Date: Jan 2005
Posts: 12,262
|
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. |
|
|
|
#9 (permalink) |
|
goober :-)
|
% and ems are by far the most popular method... especially on commercial sites, as it is those sites that have to worry about losing customers. You have to have resizable text, and thats the best way to go about it Incidentally, nobody should ever, ever use points, unless you're styling for a print stylesheet - Point sizes were designed for print, so thats what you use them for. |
|
|
|
#18 (permalink) | |
|
now with added beard
Join Date: Mar 2004
Location: Liverpool
Posts: 5,273
|
Quote:
discuss. fuck signatures
|
|
|
|
|
#19 (permalink) |
|
+
Join Date: May 2005
Location: Tropical Networks
Posts: 1,389
|
can't believe that thread comes again. can't believe there are still posts after pgo's. can't believe I'm posting. Fonts are like cologne: A bad choice speaks louder than a good one. Justin Feinstein
|
|
|
|
#20 (permalink) | |
|
Cornish Pasty
|
Quote:
100% is 16px, so I don't see how 150% could be 15px I voted for % |
|
|
![]() |