Experiencing significant discrepancies in text rendering between Chrome and Firefox. Chrome appears to apply anti-aliasing rules that reduce the text size considerably.
Attempts have been made to adjust -webkit-font-smoothing, letter-spacing and word-spacing, but no noticeable results have been achieved.
Attached are screenshots for reference
Relevant CSS (computed):
color: #C4C4C4;
font-family: sans-serif;
font-size: 9px;
font-style: normal;
font-variant: normal;
font-weight: normal;
Relevant CSS (computed):
font-family: sans-serif;
font-size: 9px;
font-weight: 400;
font-style: normal;
font-size-adjust: none
color: #C4C4C4;
text-transform: none;
text-decoration: none;
letter-spacing: normal;
word-spacing: 0;
line-height: 11.0833px;
text-align: start;
vertical-align: baseline;
direction: ltr;
It is important to note that the faded text in the background is simply an image; please disregard it.
Suspect that Chrome may have a css option related to anti-aliasing rules, but unsure where to find more information.
Edit:
jsfiddle: http://jsfiddle.net/mHzhQ/
Just mentioning that I am using Ubuntu. Could this be a factor influencing the issue?
Any helpful suggestions?