I'm having this weird behavior: Firefox (4.0.1, Debian version) is showing the same exact page with two different font sizes if the page is hosted on localhost or a remote server.
According to Firebug, rendered font in localhost version is 14.3px while the remote server version is 13px. The size specified via CSS is 13px. Chrome shows both pages with the same size so it's not a server issue.
Is there any configuration variable that could increase font size based on host? Or anything else that might cause this?
-safe-mode, same behavior. There is no weird selector even with "Show User Agent CSS" enabled: the only one visibile is thefont-size: 13pxin the CSS file. The rendered font is instead 14.3px (which is btw exactly 10% more) – Matteo Riva Jul 26 '11 at 20:44