description & Usage
To increase or decrease the distance between the characters of a text, we use the letter-spacing feature.
Informations
| # | Description |
|---|---|
| Default Value | normal |
| Inherited | yes |
| Animatable | yes |
| Version | CSS1 |
| JavaScript syntax | object.style.letterSpacing="3px" |
Browser compatibility and Support
| # | Chrome | Edge | Firefox | Safari | Opera |
|---|---|---|---|---|---|
| letter-spacing |
Syntax
Values
| Values | Description |
|---|---|
| normal | Sets a normal distance. |
| length | Specifies the length for the space limit between each character. |
| initial | Adds this value to its default property. |
| inherit | It inherits this value from its parent tag. |