So whenever I set the page line-height at 22px, the page looks fine with a 13px font. But when I insert for example a sentence in a 24pt, or 36pt (xx-large in wordpress font-size drop-down menu), the sentence looks so compact, squeezed together vertically.
The remedy I only found was to insert style="line-height:normal" in the sentence <p> tag.
Is there a way to automate this, like all fonts larger than 22px should have line-height = normal? Is there a way to do this in css?
thanks.
