LETTER-SPACING
The letter-spacing property specifies additional spacing between adjacent typographic character units.
SYNTAX
CSS
letter-spacing: value;
JS
object.style.letterSpacing = "value";
VALUES
<'letter-spacing'> = normal | <length>
normal
No additional spacing is applied. Computes to zero.
<length>
Specifies the length using a number followed by a unit of measurement.
INITIAL
normal