Line height
Line height controls the vertical spacing between lines of text. Setting an appropriate line height improves readability and ensures your content is accessible across different devices and platforms. The line height of Public Sans is specified in the CSS using the line-height
property and can be defined as a number (1.0, 1.5, 2.0) or as a keyword (normal, medium, large). A unitless value is preferred, as it scales consistently with font size. A minimum line height of 1.5 is recommended by WCAG 2.2 for body text.