The letter-spacing CSS property sets the horizontal spacing behavior between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing causes characters to spread farther ap
If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request. Syntax /* Keyword value */ letter-spacing: normal; /* <length> values */ letter-spacing: 0.3em; letter-spacing: 3px; letter-spacing: ....
Global usage 96.49%+0.42%=96.91% Controls spacing between characters of text (i.e. "tracking" in typographical terms). Not to be confused with kerning. IE 5.5: Support unknown 6 - 8: Partial support 9 - 10: Supported 11: Supported ...
There are situations where it would be advantageous toapply letter-spacing to large sections of text, so long as it is in the service of optimizing legibility. For example, a judicious application of letter-spacing applied tolegal copy or agateprovides a much-needed assist in a situation where...