/ Published in: HTML
IE9 renders google fonts nicer when combining two fonts into the same URL call in the style sheet.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- Try doing this --> @import url(http://fonts.googleapis.com/css?family=Terminal+Dosis+Light|Lato); <!-- Instead of this --> @import url(http://fonts.googleapis.com/css?family=Terminal+Dosis+Light); @import url(http://fonts.googleapis.com/css?family=Lato);