Атрибут letter-spacing
letter-spacing Attribute
{ letter-spacing: normal| <length>}
The length unit indicates an addition to the default space between
characters.
This attribute is inherited.
Settings
Values can be negative, but there may be implementation-specific limits. The
UA is free to select the exact spacing algorithm. The letter spacing may also be
influenced by justification (which is a value of the 'align' property).
BLOCKQUOTE { letter-spacing: 0.1em }
Here, the word-spacing between each character in 'BLOCKQUOTE' elements would
be increased with '0.1em'.