Line Height

The red borders show the actual line-height. When line-height is set to .2, the actual line-height will be 20% of the font-size (in this case, .1 inch). When the line-height is set to 2, the actual line-height will be twice the font-size (in this case 1 inch).

line-height: .2

Hello World!
Hello World!
Hello World!

line-height: 2

Hello World!
Hello World!
Hello World!