hand in hand with letter-spacing goes word-spacing:
div{
this is word-spacing:-0.2em;
this is word-spacing:-0.1em;
this is word-spacing:0em; (normal)
this is word-spacing:0.1em;
this is word-spacing:0.2em;
}