CSS letter-spacing Property
The letter-spacing property in CSS is used to control the spacing behavior between text characters, i.e. how much space there is between characters in a text.
Syntax
Property Values
| Value | Description |
|---|---|
| normal | Defines the standard space between characters. This is the default setting. |
| length | Defines the length of the space between characters (negative values are also allowed). Learn more about length units. |
| initial | This property is set to its default value. |
| inherit | This property is inherited from its parent element. |
Supported Browsers
| Property | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| letter-spacing | 1.0 | 1.0 | 1.0 | 4.0 | 3.5 |