I'll jump right into it.
I think titles on websites and other important words look pretty bad. This is sometimes because the letters are bunched up. Maybe like this:
http://jsfiddle.net/FUkgC/
However, using the letter-spacing condition like this:
This increases the spacing between the letters. By default this is 1px. So lets see what 5px letter spacing looks like:
http://jsfiddle.net/8Vhwu/1/
It just adds a little bit extra to make the text look a little bit nicer. This can be used in all text, although I only recommend using it for titles and the likes.
I think titles on websites and other important words look pretty bad. This is sometimes because the letters are bunched up. Maybe like this:
http://jsfiddle.net/FUkgC/
However, using the letter-spacing condition like this:
Code:
letter-spacing: PIXEL GOES HERE (usually not more than 5, or else it starts to look stupid.)
This increases the spacing between the letters. By default this is 1px. So lets see what 5px letter spacing looks like:
http://jsfiddle.net/8Vhwu/1/
It just adds a little bit extra to make the text look a little bit nicer. This can be used in all text, although I only recommend using it for titles and the likes.














