#word-spacing
default
word-spacing: normal;
The spacing between the characters is normal.
word-spacing:
5px;
You can use pixel values.
word-spacing:
2em;
You can use em values: this allows the spacing to remain relative to the font-size.
default
word-spacing: normal;
The spacing between the characters is normal.
word-spacing:
5px;
You can use pixel values.
word-spacing:
2em;
You can use em values: this allows the spacing to remain relative to the font-size.