CSS fontkerning Property (original) (raw)
CSS font-kerning Property
Last Updated : 27 Aug, 2024
This property is used to control the usage of the Kerning Information that has been stored in the Font. Kerning defines how letters are spaced. This property will have no visible effect on those fonts that do not have kerning information.
**Syntax:
font-kerning: auto|normal|none;
**Default Value: auto
**Property:
- **auto: It is the default value. The Browser decides whether font-kerning is applied or not.
- **normal: It is used to specify that font-kerning is applied normally on the browsers.
- **none: It is used to specify that font-kerning is not applied.
**Example: In this example, we are using the above-explained method.
html `
CSS | font-kerning Property