Normal word-spacing example:
This is a paragraph with normal text spacing. This is a paragraph with normal text spacing. This is a paragraph with normal text spacing. This is a paragraph with normal text spacing. This is a paragraph with normal text spacing.
1em word-spacing example:
#word { word-spacing: 1em; }
This paragraph will get your attention, that is, if you can read it. This paragraph will get your attention, that is, if you can read it. This paragraph will get your attention, that is, if you can read it. This paragraph will get your attention, that is, if you can read it.
__________
-0.1em word-spacing example:
#wordneg { word-spacing: -.1em; }
The text in this paragraph is a bit cramped. The text in this paragraph is a bit cramped. The text in this paragraph is a bit cramped. The text in this paragraph is a bit cramped. The text in this paragraph is a bit cramped. The text in this paragraph is a bit cramped.