Check out my website to see the differences in rendering between Firefox on Windows and Linux (despite similar versions and default settings).
The issue appears to be with how the fonts are rendered differently. Using:
font-family: sans-serif;
results in an Arial-like font on Windows:
and a slightly different font on Linux:
Any suggestions for achieving consistent rendering in both Firefox on Windows and Linux?
(Preferably maintaining the Windows rendering)