While working on my project, I've encountered an issue with the rendering of Source Sans Pro from Google Fonts in Chrome. Sometimes the font completely breaks, and unfortunately, I haven't been able to pinpoint when or why this occurs.
At times, the problem arises upon page load, while other times it happens while scrolling. Reloading the page seems to fix the issue, which is not present in Firefox.
Here is how the font should look:
I've attempted various solutions such as using text-shadow
,
-webkit-font-smoothing: antialiased
, and following the advice provided in this answer.
Any help would be greatly appreciated!
Thank you.
EDIT: The theme is based on Bootstrap 2.3.2, and the font issues began after importing Google Fonts. To provide more context, I have created a JSFiddle at http://jsfiddle.net/NqQ5P/2/. It's worth noting that I do not face this problem on my MacBook but only on Windows (and it seems to affect my customers as well).