font-kerning
Description
The font-kerning property for CSS controls kerning that utilizes adjustment data contained in the font.
Kerning is the contextual adjustment of inter-glyph spacing.
Syntax
CSS
font-kerning: value;
JS
object.style.fontKerning = "value";
Values
<'font-kerning'> = auto | normal | none
auto
Automatically specified by the user agent.
normal
Specifies that kerning is applied.
none
Specifies that kerning is not applied.
Initial
auto