Fix Dodgy Font Rendering in CSS If your fonts don’t quite look smooth then apply the following CSS: html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } Posted February 10, 2015 by pete