/ 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
<!-- 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);
You need to login to post a comment.
