Making website text smooth

Hello Guys,

Add this css in your stylesheet.

html {

text-rendering: optimizeLegibility !important;

-webkit-font-smoothing: antialiased !important;

}



Ankit

Comments

Popular posts from this blog

CSS selectors by Alphabats

Basic HTML interviews questions