I have read how chrome renders fonts and the differences between other browsers etc. But recently I came up with a interesting scenario.I have two files. One is a wordpress page where the font is used in header. Other is static html page with same code. On static html page the text Restaurant Appliance Parts appears smoothly. But same browser and wordpress page the font is pixelated. What could cause this problem?
Here is CSS:
font-size: 60px;
line-height: 70px;
font-family: Arial;
Here is the image showing the problem.IFyou notice p and n and a you can see pixelated.
Here is the demo - HTML File:
http://restaurantapplianceparts.com/dev/wp-content/themes/vizio/test.html
Wordpress page: http://restaurantapplianceparts.com/dev/
I am using chrome on windows.
Regards Ahmar