Making website text smooth
Hello Guys,
Add this css in your stylesheet.
html {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
Ankit
Add this css in your stylesheet.
html {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
Ankit
Comments
Post a Comment