Fix @font-face bold in webkit


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /*Fix webkit browsers rendering @font-face bolder*/
  2. h1,h2,h3,h4,h5,h6 { -webkit-font-smoothing: antialiased; }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.