font-kerning property CSS Reference



Definition and Usage

Kerning is the contextual adjustment of inter-glyph spacing. This property controls metric kerning, kerning that utilizes adjustment data contained in the font.

Name:font-kerning
Value:auto | normal | none
Initial:auto
Applies to:all elements
Inherited:yes
Percentages:N/A
Media:visual
Computed value:as specified
Animatable:no

Syntax

font-kerning: auto | normal | none

Values

auto
Specifies that kerning is applied at the discretion of the user agent
normal
Specifies that kerning is applied
none
Specifies that kerning is not applied

Relative articles