Definition and Usage
The font-kerning property controls the usage of the kerning information stored in a font.
Tip: Kerning defines how letters are spaced.
Note: For fonts that do not include kerning data, this property will have no visible effect.
| Default value: | auto |
|---|---|
| Inherited: | yes |
| Animatable: | no. Read about animatable |
| Version: | CSS3 |
| JavaScript syntax: | object.style.fontKerning=”normal” |
CSS Syntax
font-kerning: auto|normal|none;
Property Values
| Value | Description |
|---|---|
| auto | Default. The browser determines whether font kerning should be applied or not |
| normal | Specifies that font kerning is applied |
| none | Specifies that font kerning is not applied |
