/ Published in: Other
Expand |
Embed | Plain Text
/*Fix webkit browsers rendering @font-face bolder*/ h1,h2,h3,h4,h5,h6 { -webkit-font-smoothing: antialiased; }
You need to login to post a comment.
athanassiadis on 03/29/11
fix css textmate bold webkit font-face
1 person have marked this snippet as a favorite
/*Fix webkit browsers rendering @font-face bolder*/ h1,h2,h3,h4,h5,h6 { -webkit-font-smoothing: antialiased; }
You need to login to post a comment.