Category: Html

Font Smoothing With Css

Use the following CSS html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; } for Font Smoothing. Add this property to the stylesheet.