Skip to content

[FIX]: Font size in index and 404 pages is probably too small #405

@bact

Description

@bact

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:

dpv/index.html

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions