<p>The line height is a ratio of 24px, rather than a specific size. The line height is currently 1.5, which calculates as 36px</p>
p {
  font-size: 24px;
  line-height: 1.5;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.