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:

**Example: In this example, we are using the above-explained method.

html `

CSS | font-kerning Property