Blog
Wild & Free Tools

Font Spacing for Dyslexia — What the Research Actually Shows

Last updated: March 2026 7 min read
Quick Answer

Table of Contents

  1. Research summary
  2. Letter-spacing sweet spot
  3. Line-height and dyslexia
  4. Word-spacing research
  5. OpenDyslexic and Dyslexie fonts
  6. Practical implementation
  7. Frequently Asked Questions

Dyslexia affects 10-20% of people to varying degrees. Font spacing — letter, word, and line — has more impact on dyslexic reading than font choice. Research consistently shows that moderately increased spacing produces 20-40% faster reading speeds and better comprehension for dyslexic readers without slowing down neurotypical readers. Here is what the research shows, what WCAG requires, and the practical settings that work for both audiences.

What the dyslexia research actually shows

Zorzi et al. (2012) tested letter-spacing of 2.5pt (about 0.09em on 16px) with 54 Italian and French dyslexic children. Reading speed improved 20%, accuracy improved 30%. The control group (no dyslexia) showed no benefit, but no slowdown either.

Perea et al. (2012) tested inter-letter spacing of 0.12em and 0.24em. 0.12em was the sweet spot — improvements without visual fragmentation. 0.24em was too wide and hurt word recognition.

Schneps et al. (2013) tested line length and spacing on iPads. Short lines (about 40 characters) with 1.5 line-height produced best results for dyslexic students.

Pattern: moderate spacing helps dyslexic readers, does not hurt neurotypical readers. The WCAG 1.4.12 values (0.12em letter, 0.16em word, 1.5 line-height) align with the research.

Letter-spacing sweet spot for dyslexic readability

Letter-spacingEffect
0 (default)Standard. Comfortable for most neurotypical readers.
0.05emSlight benefit for low-vision readers.
0.07-0.12emResearch-backed sweet spot for dyslexia improvement.
0.12em (WCAG minimum)Layout must survive user override at this value.
0.15emUpper edge of dyslexia benefit. Letters can start to look fragmented.
0.20em+Too wide. Words become letter-by-letter reading.

Practical recommendation: keep default at 0, but ensure layout survives 0.12em override. Users who want the dyslexia-friendly spacing apply it via assistive tools.

Why line-height matters for dyslexic readers

Dyslexic readers often struggle with visual line-tracking — their eyes drift between lines or return to the wrong line after a line break. Tight line-height (1.1-1.2) makes this worse. Loose line-height (1.5-1.8) helps.

Pair short line length (45-75 characters) with line-height 1.5-1.7 for best results. Long lines with tight spacing is the worst combination for dyslexic reading.

For a practical calculator, see our line-height tool.

Sell Custom Apparel — We Handle Printing & Free Shipping

Word-spacing — the underappreciated setting

Word-spacing separates words in text. Default is 0 (browser uses space character width). Research shows increased word-spacing helps dyslexic readers parse word boundaries — especially in all-caps or small text where spaces look narrow.

WCAG's 0.16em minimum aligns with the research. In CSS: word-spacing: 0.16em adds meaningful but not excessive gap between words.

Don't combine with justified text — justify already manipulates word-spacing, and piling on more creates awkward rivers of whitespace.

Do specialty dyslexia fonts help?

OpenDyslexic and Dyslexie are fonts designed with weighted letter bottoms, wider apertures, and increased spacing baked in. Research on their effectiveness is mixed — some studies show benefit, some show no difference vs. well-chosen standard fonts with proper spacing.

The consensus: spacing matters more than the specific font. A good sans-serif (Arial, Verdana, Open Sans) with proper letter-spacing, line-height, and word-spacing outperforms OpenDyslexic at default spacing.

For primary accessibility-focused sites, consider offering OpenDyslexic as a user toggle alongside your default font. Don't force it — some dyslexic readers prefer standard fonts with good spacing.

Practical settings that balance dyslexia and neurotypical readers

body {
  font-family: 'Open Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;           /* passes WCAG, research-backed */
  letter-spacing: 0;           /* default — user can override */
  word-spacing: 0;             /* default — user can override */
}
p {
  margin-bottom: 2em;          /* WCAG 1.4.12 compliance */
  max-width: 72ch;             /* ~72 characters per line */
}

This gives neurotypical readers the comfortable default they expect while ensuring the layout survives when dyslexic or low-vision users apply their spacing overrides.

Check Your Site Against Dyslexia Best Practices

Test letter, word, and line spacing against WCAG 1.4.12 — which aligns with dyslexia research thresholds.

Open Free Spacing Checker

Frequently Asked Questions

Should I ship all-caps or Title Case for dyslexic readers?

Neither — use standard sentence case. All-caps loses the visual word shape that dyslexic readers rely on. Title Case is fine for headings but sentence case works best for body text.

Does italic text hurt dyslexic readability?

Yes, slightly. Italic letters have less visual distinction between similar shapes (like "oa" becoming ambiguous). Avoid italics for long passages, use them sparingly for emphasis.

Is Comic Sans really better for dyslexic readers?

It is not universally better, but its irregular letter shapes do help some dyslexic readers distinguish similar letters (b/d/p/q). Comic Sans is more helpful than its reputation suggests — it just lacks professional credibility.

What about text color for dyslexic readers?

Avoid pure white backgrounds (stark contrast can cause visual stress). Off-white or light cream backgrounds with dark gray (not pure black) text read more comfortably. Stay within WCAG contrast ratios — typically 4.5:1 or higher.

Daniel Foster
Daniel Foster Accessibility & UX Writer

Daniel has spent six years as an independent accessibility consultant auditing websites for WCAG compliance.

More articles by Daniel →
Launch Your Own Clothing Brand — No Inventory, No Risk