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