web font sizes from PSD to HTML
web font sizes from PSD to HTML
Out of context: Reply #2
- Started
- Last post
- 2 Responses
- heavyt0
points are not sccurate for web.
they are really for print only, web apps treat them differently.
pixels are the only units that will be the same no matter what, although sec 508 doesnt really like them.
i strongly encourage the use of EMs. they are a very accurate way to size text while maintaining the scaling featurre in IE.TR1