---
layout: single
property_name: line-height
---
Defines the height of a single line of text.
Reverts to the default value of the browser.
You can use unitless values: the line height will be relative to the font size.
You can use pixel values.
You can use em values: like with unitless values, the line height will be relative to the font size.
#line-height
default
line-height: normal;
recommended
line-height: 1.6;
line-height: 30px;
line-height: 0.8em;