CSS font-kerning property

Description

CSS font-kerning property adjusts the inter-glyph spacing. It utilizes adjustmnet data contained in the fonts.

Syntax

font-kerning : auto | normal | none

Property values

autoDefault

It specifies that kerning is applied at the discretion.

font-kerning: auto;

normal

kerning is applied.

font-kerning: normal;

none

No kerning is applied.

font-kerning: none;

Applicable to

It applies to all elements

#CSS digger
Was this article helpful?

 
We are learning the font-kerning i.e. the adjustmnet of space.
×

Ctrl+D