I've started to read on the net that all browsers are implementing page zoom by default, not text enlarge.
I've also read a PrestaShop theming tutorial the other day that said...
Don't use ems anymore, thanks to page zooming. Use pixels for font sizes.
I'm not sure I necessarily agree, but with the body { font-size: 62.5% }
for ease of em sizing, should we begin to phase out em sizing for pixels?