Problem:
As Creator as well as Viewer I find it difficult to see distinction in sizes of the headers in rich text fields. This makes it hard to see logic and structure in texts that use multiple levels (e.g. main sections/paragraphs/subblocks).
Analysis
Currently in Fibery’s rich text fields, headers have the follwing pixel sizes, which are clearly too close in size:
H1 24px
H2 22px
H3 18px
H4 16px
Suggested solution:
To improve the visual hierarchy and readability of text, especially when it contains multiple headers, we can use best practices commonly applied in web and document design. These practices ensure that different header levels are distinct enough to clearly communicate the structure and relationships between sections. Here are some guidelines:
Recommended Header Sizing:
- H1: 32px - 36px
- H2: 24px - 28px
- H3: 20px - 24px
- H4: 18px - 20px
- H5: 16px - 18px
- H6: 14px - 16px
Additional Best Practices:
Color Differentiation:
- Apply different colors to headers, with higher-level headers being darker (or whiter in dark mode) or more prominent colors.
- Ensure color contrast is high enough for readability.