word-spacing

The words in this paragraph have extra space between them.

An example of normal spacing.

The words in this paragraph have very little space between them because we set a negative value on the property.

.extra {word-spacing: 0.2em;}
.normal {word-spacing: normal;}
.compressed {word-spacing: -0.2em;}