Why Font looks differ browser to browser
browser, css, google-chrome, html
Solution
Fonts vary by Operation System, and Browser. It is a somewhat complicated process, so I would take a look at this article on why and how fonts are rendered in the OS and Browser. There are plenty of other resources of the web that can offer supplemental information on this topic if that article doesn't offer a in-depth enough answer.
Problem
Why there is so much difference in the way the fonts looks in different browsers? I'm using the same css (css3) and same font (Source Sans Pro). Following are the screenshots for better definition: Firefox Image Chrome Image Firefox Image Chrome Image You can see a lot of difference in there, text is much clear in firefox, but in chrome it looks pathetic. Any suggestion on how to make them look exact similar in all different browsers (cross browser)?