Font Smoothing With Css by Renjith Rajan | Web Designer Kerala | The Creative Hero · July 5, 2016 Use the following CSS html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; } for Font Smoothing. Add this property to the stylesheet. Share