I am using Source Sans Pro from Google Fonts in my project, but sometimes Chrome will completely break the rendering of the font.
I currently didn't understand when and why this occurs but sometimes I get this on page load, other times I've seen it happen when scrolling the page. Reloading the page fixes the problem. The problem doesn't occur in Firefox.
Here's how it should be rendered correctly:
I've tried several fixes, including text-shadow
, -webkit-font-smoothing: antialiased
and the solution in this answer.
Can anybody help me?
Thanks.
EDIT: The theme is based on Bootstrap 2.3.2, the issues started when I imported Google Fonts. I created a JSFiddle as suggested at http://jsfiddle.net/NqQ5P/2/. Also note that I don't encounter the problem on my MacBook but only on Windows (and as I know also my customers as well).