-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Specs
Other
Errors
Maybe it's just old me, but can we consider to make the font larger?
In current setting, font size in main content area is 0.8rem:
Lines 33 to 35 in 0051832
| main { | |
| font-size: 0.8rem; | |
| } |
If root em of the browser is 16px (most browser use this default value):
- 0.8rem = 12.8px (9.6pt)
- 0.9rem = 14.4px (10.8pt)
- 1rem = 16px (12pt)
I suggest we do not go below 0.9rem (10.8pt), best 1rem (browser's default).
British Dyslexia Association recommends font size between 12-14 pt, GOV.UK adopts BDA recommendation.
(W3C Web Content Accessibility Guidelines does not specify minimum font size, however).