When I have two line of text with different font-size, they overlap. Look at this example : http://jsfiddle.net/3WcMG/1/
All the \'j\' and \'g\' are hiding the to o
Increase the line height in your CSS
line-height: 2em; (From 1 to 2em)
Which is in the p element.