CSS font-kerning Property


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 for those fonts that do not have kerning information

The font-kerning property controls the use of the kerning information stored in a font. Kerning defines the spacing of the letters.The font-kerning property controls the usage of the kerning information stored in a font.

Note: For fonts that do not include kerning data, this property will have no visible effect.

CSS Syntax

font-kerning: auto|normal|none;
Property:
  • auto: It is the default value. The Browser decides whether font-kerning is applied or not.
  • normal: It is used to specify that font-kerning is apply normally on the browsers.
  • none: It is used to specify that font-kerning is not applied.

Supported Browsers:

  • Firefox: 52.0, 2.0 -moz-
  • Google Chrome: 50.0, 4.0 -webkit-
  • Internet Explorer: 10.0
  • Safari: 9.0, 3.1 -webkit-
  • Opera: 37.0, 15.0 -webkit-, 11.1