Is there a way to prevent the span styled with font-size: 12px
from inheriting the line-height of the span styled with font-size:18px
? I need the line-height value to be 1.5 for both 18px and 1.5px font sizes, but I am unable to separate the two spans.