Smooth web fonts for sexy anti-aliased display


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

Well known fix for ugly webfonts...


Copy this code and paste it in your HTML
  1. html {
  2. -webkit-font-smoothing: antialiased;
  3. }

URL: http://www.pixeltweaks.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.