Font Smoothing CSS Rules When you have small fonts, or narrow ornaments that don't look right in the browser, try these-moz and -webkit rules for font-smoothing. .font-smoothing { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }