letter-spacing
Definition
The letter-spacing property specifies the distance between characters. This property can be used to render characters further apart, as shown in the screen shot below.

Example
p {letter-spacing: .5em}
Characteristics
Possible values
normal- The normal inter-character space, as defined by the current font and/or the Web browser.
- length
- This value indicates the inter-character space in addition to the default space between characters.
inherit- Use the same computed value as the parent element for this property.
Default value
normal
Applies to
All elements
Inherited
Yes
See also