We use cookies to improve your experience. Learn more in our Privacy policy.
font-kerning
The font-kerning CSS property sets the use of the kerning information stored in a font.
Initial value | auto |
Applies to | all elements. It also applies to ::first-letter and ::first-line. |
Syntax
font-lerning: none;
Values
The browser determines whether font kerning should be used or not. For example, some browsers will disable kerning on small fonts, since applying it could harm the readability of text.
Font kerning information stored in the font must be applied.
Font kerning information stored in the font is disabled.
Browser support
font-kerning | chrome33 | edge79 | firefox32 | ie | opera20 | safari9 |