BODY { font-size: 62.5% }
P { font-size: 1.2em; /* 12px */ }
SPAN { font-size: 2.4em; /* 24px */ }
Really? I've not heard or seen this problem. I'll have a google.
Normally I use ems like below so maybe that's why I've not seen it?
Code:BODY { font-size: 62.5% } P { font-size: 1.2em; /* 12px */ } SPAN { font-size: 2.4em; /* 24px */ }