left up right
Text Properties: Word Spacing

word-spacing: normal | <length> | inherit

p  { word-spacing: 0.4em }
h1 { word-spacing: -0.2em }
h1 { word-spacing: -1em }
h2 { word-spacing: normal }

Word spacing is 0.8em
Word spacing is -0.2em
Word spacing is -1em
Word spacing is normal

2em between words even for small font children