Typography
Typography is essential to how users read and understand digital content. Key elements like spacing, resizability, contrast, and consistent structure all contribute to making text accessible and effective.
What is the minimum recommended font size for readability?
While WCAG doesn't mandate a minimum font size, it is generally recommended to use a minimum font size of 16px for body text. Avoid smaller sizes, as they can be difficult to read for users with visual impairments.
Additionally, the contrast ratio between your text and its background may influence the minimum accessible font size, in some cases requiring larger font sizes (or weights).
What are the best practices for adjusting font size for accessibility?
Ensure users can resize text up to 200% without losing functionality or content. Use relative units like em
or rem
instead of fixed pixel sizes for better scalability.