I don't think that's currently an easily accessible GUI option, but using style tweaks with letter-spacing should do the trick.
Something like this:
Code:
* {letter-spacing: .1em !important;}
You can adjust the .1em to a value of your choosing, that's just an example.
See
https://developer.mozilla.org/en-US/...letter-spacing for more information about letter-spacing.