Home › Forums › CSS › Problems with cross-browser appearance (Font rendering & background brightness) › Re: Problems with cross-browser appearance (Font rendering & background brightness)
October 28, 2012 at 1:17 pm
#112828
Member
For Chrome you can try using:
-webkit-font-smoothing: antialiased;
As for the background image, I opened it up in Safari, Chrome and Firefox and it was identical in each. Are you using the same computer to test out the different browsers? Nothing should cause a difference like that unless you’ve got some separate CSS going on.