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
You can give your "test" class line-height or margin-top whatever you feel comfortable with.
.test{ font-size: 14px; line-height:18px; }