Metadata
Title
✎ Technique: Readable paragraph text
Category
general
UUID
2ae713eb29364272af7506791fe099fb
Source URL
https://accessibility.huit.harvard.edu/technique-paragraph-typesetting
Parent URL
https://accessibility.huit.harvard.edu/design-readability
Crawl Time
2026-03-23T03:10:30+00:00
Rendered Raw Markdown

✎ Technique: Readable paragraph text

Source: https://accessibility.huit.harvard.edu/technique-paragraph-typesetting Parent: https://accessibility.huit.harvard.edu/design-readability

Paragraphs of text are a fundamental core of web content, so it's important to display them in a fashion that is optimally readable to the majority of your audience without requiring them to change their display settings. For people who do need to customize display of text to make it easier to read, it's important to support this customization rather than forcing them to read the text the way you specify.

For the most part, this means applying typesetting best practices, which predate the web.

Examples

✗ Bad example

p.bad {\ font-family: serif;\ line-height: 1;\ text-align: justify;\ }

There are a number of things wrong with this example:

Careful styling can help overcome these issues in HTML documents and in online documents that are published in other formats, such as Word or PDF, while also providing flexibility for people who need to customize text appearance.

Code editor

In the code editor, you'll find the bad example described above and an alternative. Try different fonts to see where the line-height and other metrics need to be adjusted.

See also: