I've noticed that font sizes are not the same across browsers which use hardware acceleration due to the font rendering changes - making characters appear smaller. On sites with horizontal navigation, this is actually becoming an issue.
Is it possible to use JavaScript or a JS library to detect hardware acceleration as being enabled (or disabled) in the browser?
Modernizr doesn't seem to offer this choice.