CSS leading

If you're a desktop publisher, you would be familiar with the term leading. Applying leading to a paragraph of text adds space in between each line.

Fortunately you can use Cascading Style Sheets (CSS) to apply leading. The trick to remember is that there isn't actually a CSS leading property. CSS has called it line-height.

To apply leading (or line-height) in CSS

CSS font Property

You can also use the CSS font property to set the leading/line-height property values.