font-kerning
The font-kerning CSS property sets whether kerning data from a font is used to adjust the space between letters.
Overview
The font-kerning CSS property sets whether kerning data from a font is used to adjust the space between letters.
Browser support
| Feature | Desktop | Mobile | ||||
|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Safari | Chrome Android | Safari iOS | |
| 33 | 79 | 32 | 9 | 33 | 9 | |
auto | 33 | 79 | 32 | 9 | 33 | 9 |
none | 33 | 79 | 32 | 9 | 33 | 9 |
normal | 33 | 79 | 32 | 9 | 33 | 9 |
1+Supported (version) Not supported ※Has note Sub-feature descriptions sourced from MDN Web Docs (CC BY-SA 2.5)
Notes 2 item(s)
Removed
- This feature was removed in a later browser version (33)
Compatibility
- Available with a vendor prefix: -webkit- (29)
Notes 1 item(s)
Compatibility
- Available with a vendor prefix: -webkit- (6)
Notes 2 item(s)
Removed
- This feature was removed in a later browser version (33)
Compatibility
- Available with a vendor prefix: -webkit- (29)
Notes 1 item(s)
Compatibility
- Available with a vendor prefix: -webkit- (6)
Syntax
CSS
h1, h2 {
font-kerning: normal;
}
.monospaced {
font-kerning: none;
} Live demo
Use cases
Using font-kerning
The font-kerning CSS property sets whether kerning data from a font is used to adjust the space between letters.
Cautions
- May not be supported in older browsers.
Accessibility
- Make sure visual changes are conveyed appropriately to assistive technology.
Related links
Powered by web-features