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


You need to login to view comments.