HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

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

Examples

1 · auto

2 · none

3 · normal

4 · JS