css.properties

line-height

The line-height property specifies the height of a line of text.

Formal Syntax

normal | <number [0,โˆž]> | <length-percentage [0,โˆž]>

See specification

JavaScript Access

// Access via element.style
element.style.lineHeight = 'normal';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
line-height11112
normal11112

Related Properties