CSS Property: letter-spacing
Spacing in-between letters.
A length value suggests spacing in addition to the default (normal) spacing.

text-indent
, word-spacing
, letter-spacing
, and text-align
.Possible Values
Value | Example |
---|---|
normal | |
[length] | 0.1em |
inherit | |
initial | |
unset |
Example
p { letter-spacing: 5px; }