LETTER-SPACING Property In CSS
letter-spacing Property in CSS
letter-spacing property Declares the amount of space between text characters.
Possible Value:
A length (in addition to the default space) or the predefined value of normal
Examplediv { letter-spacing:normal; }
div { letter-spacing:5px; }
div { letter-spacing:-1px; }