Designing for Dyslexics: Part 3 of 3 - Accessites.org - 0 views
-
Shorter line lengths and narrower text columns make reading easier.
-
Consider setting a percentage width for text areas and set the margins to “0 auto” via CSS. The page side margins will then increase proportionately on wider screens.
-
Most browsers have a default line-height of around 1em. This normally results in closely packed lines of text. Increasing the line-height to around 1.3em immediately makes longer lines of text easier to read. Likewise, ensure that paragraphs are visibly separated. Don’t be afraid of white space. Use it to enhance readability.
- ...16 more annotations...