line-height: normal;

  line-height: 1.6;

  line-height: 200%;

  line-height: 20px;

line-height: normal

Default

line-height: number

A value that will be multiplied with the current font-size to set the line height (e.g. 1.6)

line-height: length

A fixed line height in px, pt, cm, etc.

line-height: %

Percent of the current font size

 line-height: inherit

Inherits this property from its parent element. Read about inherit