|
|
|
|
|
by jimworm
5371 days ago
|
|
Many mobile devices ignore these units - to my annoyance - in favour of the "reference pixel" as defined in CSS. http://www.w3.org/TR/CSS2/syndata.html#length-units Crazy-speak IMO, and I suspect I'm not the only one... perhaps someone in the standards community could explain the rationale. |
|
I guess to do it correctly you'd have to write javascript to reliably detect the DPI on all platforms/browsers (as far as possible, if not make some educated guess) then adapt your text sizes to that :(
So I can certainly understand 'just choose 16px and be done with it'.