Posts

Showing posts with the label website text smooth

Making website text smooth

Hello Guys, Add this css in your stylesheet. html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; } Ankit