turretcss

Line Height


Example

Line Height XXL

Line Height XL

Line Height L

Line Height M

Line Height S

Line Height XS

Line Height XXS

Line Height

CSS

--line-height-xxl: 2;
--line-height-xl: 1.75;
--line-height-l: 1.625;
--line-height-m: 1.5;
--line-height-s: 1.375;
--line-height-xs: 1.25;
--line-height-xxs: 1;
--line-height: var(--line-height-s);