Font Smoothing

Here is how to get smooth like butter font on your websites.

.class_name{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

Leave the first comment

Related posts