CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS font kerning Property

CSS font-kerning Property

 

 

The font-kerning property is used to control the usage of the kerning information stored in a font. It defines how letters are spaced.

 

Default Value:-

 

Its default value is auto.

 

Syntax:-

 

Its syntax is:- font-kerning: auto | normal | none;

 

Further Explanation:-

 

Value Description
auto The browser determines whether font kerning should be applied or not
normal Specifies that font kerning is applied
none Specifies that font kerning is not applied

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS