CSS property: letter-spacing
Considerations
The letter-spacing value specified is added to the default inter-character spacing defined by the font.
Property values
Parameter |
Description |
|---|---|
length |
This value specifies the distance between characters as an absolute value. The value can be an integer with the unit of measurement. For example, “10pt” or “6px”. Negative values are permitted. Possible units include pt, px, in, cm, pc, em, or ex. |
normal |
This value specifies that the BlackBerry® Browser renders the text using the normal spacing for current font. |
inherit |
This value specifies that the element inherits the letter-spacing property value from the containing element. |
Parent topic: CSS Properties