Fix jagged font - CSS anti-alias

0 votes
196 views
added Jan 9, 2019 in CSS by LC Marshal Captain (25,790 points)
.fix-antialias {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...