Customization

Two CSS properties for better typography

CSS

Many webfonts ship with excellent customization options, but very few get used other than the default set. Use these two CSS properties for better typography and to improve the reading experience.

.kern {
    font-kerning: normal;
}

.ligatures {
    font-variant-ligatures: common-ligatures;
}