I am facing the very strange problem in HTML/CSS.I am using chrome 12.0.742.122.
Now the same html page I am using with css styles applied on that on two different machines having Windows XP and Windows 7 Enterprise OS.
What I am observing is certains elements are giving different effects in the browser.
i.e different font-weight, font-size etc.
Can you please suggest the solution for this ???
(Note – I have googled for this issue and found something like there are different OS on different machines so that chrome is behaving differently.)
Thanks in Advance…
I am facing the very strange problem in HTML/CSS.I am using chrome 12.0.742.122. Now
Share
It is possible that one computer has ClearType fonts enabled and the other does not.
See the ClearType tuner on this Microsoft page for an example http://www.microsoft.com/typography/cleartype/tuner/step1.aspx
Having ClearType turned on causes the font to look bolder and larger in most cases, see the bellow image of your question, both samples were taken from the same version of Firefox on the Same Windows XP machine, one with ClearType turned off (top image), one with it turned on (bottom image).