Underscore is a starter theme everything is left to you to style. You have some options about the fonts. If you want to spacing them out you can use the css attribute :
letter-spacing:.03em;
You would have to adjust the values to your liking. If you want to adjust the line height you could use:
line-height:1.5em;
again adjusting the height to what you like.
Oh, thanks – but wasn’t letter-spacing supposed to space the letters? Didn’t know it could put space between words? Sorry for the stupid question but I haven’t used HTML in a very long time and started again just recently!
sorry I thought you wanted to space the letters out. There an word-space attribute you can use.
word-spacing: 3px;
YOU’RE MY FAVOURITE PERSON EVER XDDDDDDDDDDDDD