@chris_tribble
I used line-height: 1.2em because Droid is a very tall font, and that gives a bit of separation between lines.
You can use any value you like (and it doesn't even have to be in em -- % is another good metric to use here). A line-height of 1em would be "single spacing", and is the default. A line-height of 2em would be "double spacing" (or close to it) etc.
To add extra spacing between characters, you may like to add letter-spacing: <value>, where value can be given in em, points (pt), pixels (px) etc.
Feel free to experiment...
|