Reading ebooks on a laptop with dyslexia - Calibre, browser readers, and what to change
Dedicated e-readers - Kindle, Kobo, a Boox device - get most of the attention when people discuss dyslexia-friendly ebook reading. And for good reason: e-ink devices have well-developed font and spacing controls, and some now support OpenDyslexic directly. But a lot of people read ebooks on their laptop, whether by habit, convenience, or because they have built a library through the Kindle store and do not want to carry two devices.
Reading ebooks on a laptop with dyslexia is a different problem from reading on a dedicated reader. The screen technology, the software, the font controls, and the ambient context are all different. This guide covers the main ways people read ebooks on a laptop - Calibre, the Kindle for Mac or Windows desktop app, browser-based stores like Kindle Cloud Reader and Kobo's web reader, and free sources like Project Gutenberg - and what you can actually change in each one.
Why a laptop screen is harder to read on than an e-reader
Before getting into the software options, it is worth being honest about the starting disadvantage. A backlit LCD or OLED screen produces light in a fundamentally different way from an e-ink display. E-ink reflects ambient light, the same way paper does. An LCD pushes light directly into your eyes. For many dyslexic readers, this distinction matters: glare, pixel-level flicker, and the effort of focusing on a light source rather than a reflective surface all contribute to reading fatigue.
This does not mean you cannot read ebooks on a laptop comfortably. It means being deliberate about screen brightness, background colour, and session length. Reducing brightness below 50%, using a warm colour temperature (most operating systems have a night mode or "True Tone" equivalent), and setting a cream or pale grey background instead of pure white can remove a meaningful fraction of the strain. More on dark mode and background colour for dyslexia here.
Font control is the other key variable. A dedicated e-reader typically offers a handful of built-in fonts and a spacing slider. Laptop software varies wildly: some apps give full control, some offer a short list of system fonts, and browser-based readers often hand control entirely to the website's stylesheet - which means no built-in override at all. The sections below describe what each environment actually offers.
Calibre: the most powerful option for EPUB files
Calibre is a free, open-source ebook management application available on Windows, Mac, and Linux. Most people think of it as a format-conversion and library-organisation tool. It also has a built-in ebook viewer that offers, by a significant margin, the most complete font and layout controls of any free laptop ebook reader.
The key setting is "Use style information from the book files". When you turn this off, Calibre ignores the publisher's stylesheet entirely and applies your own preferences - font family, size, line height, margins, and paragraph spacing - to the whole book. This means you can apply Atkinson Hyperlegible, Lexend, or any font installed on your system to any EPUB you open, regardless of what the publisher intended.
Here is how to get there:
- Open Calibre and double-click any EPUB to open the viewer.
- Click the Preferences icon (gear or wrench, depending on your version) in the viewer toolbar.
- Under Font settings, choose your preferred font from the dropdown. Any font installed on your computer appears here. If you want Atkinson Hyperlegible or Lexend, download them from Google Fonts first and install them system-wide.
- Under "User stylesheet", paste a short CSS snippet to set line height and spacing (see below).
- Uncheck "Allow publisher styles" to make sure your settings take priority.
A minimal stylesheet for dyslexia-friendly reading in Calibre:
body {
font-family: "Atkinson Hyperlegible", sans-serif;
font-size: 1.1em;
line-height: 1.8;
letter-spacing: 0.03em;
word-spacing: 0.1em;
max-width: 65ch;
margin: 0 auto;
}
The max-width: 65ch line limits the text column to roughly 65 characters wide. Very wide text columns - the full width of a laptop screen - are one of the most consistent complaints from dyslexic readers, because the eye has to travel a long distance to find the start of the next line. Research on line spacing and letter spacing for dyslexia consistently finds that shorter, more spacious lines reduce tracking errors.
Calibre also has a Reading Mode in newer versions that dims the UI and centres the text - worth enabling if you find the library interface distracting.
One important limitation: Calibre's viewer handles EPUB files well but handles PDFs poorly. PDFs are not reflowable, so font substitution does not work the same way. If you are reading a PDF ebook - academic textbooks sold as non-reflowable files, for instance - see the guide to dyslexia-friendly PDF reading in Chrome instead.
Kindle for Mac and Kindle for PC
Amazon's desktop Kindle apps have improved their accessibility settings considerably. The font panel now offers OpenDyslexic as an option, alongside dedicated sliders for line spacing, character spacing, and margin width. This puts the Kindle desktop app roughly on par with a mid-range Kindle device in terms of what you can adjust.
To access the font panel: open any book, then click the "Aa" button in the toolbar at the top of the screen. The panel that opens shows font choice, font size, line spacing, and margins.
Font: The list typically includes the publisher's font, Georgia, Helvetica, Futura, Baskerville, and OpenDyslexic. If you want Lexend or Atkinson Hyperlegible, the Kindle desktop app does not currently support installing custom fonts - those are limited to what Amazon provides. OpenDyslexic being on the list is genuinely useful, though its weighted-bottom design works better for some dyslexic readers than others. If you have not tried it, the article on OpenDyslexic in Chrome explains the rationale behind the font's design.
Line spacing: Set this to the maximum. Tight line spacing is one of the clearest friction points in reading with dyslexia, and there is essentially no downside to spacing lines further apart.
Margins: Widening the margins effectively shortens the line length. Push this toward the wider end if the text column feels too wide.
One limitation: the Kindle desktop app does not let you set a custom background colour beyond White, Sepia, and Dark. If a very pale yellow or pale grey works better for you - which some readers with visual stress or Irlen-related sensitivities find - the desktop app will not accommodate that. See the article on background colours for dyslexia for more on this.
Browser-based ebook readers: Kindle Cloud Reader and Kobo Web Reader
Both Amazon and Kobo offer web-based readers that run in Chrome or any modern browser. This is where reading ebooks on a laptop becomes particularly interesting for dyslexia, because the browser itself becomes a tool you can work with.
Kindle Cloud Reader (read.amazon.com) has a font panel similar to the desktop app. The core Aa settings panel is there; the exact font list depends on your region and account type.
Because these readers run in a browser, you can use a Chrome extension like LexiFont to override the font on top of whatever the reader provides. LexiFont injects your chosen font - OpenDyslexic, Atkinson Hyperlegible, Lexend, or Comic Neue - into every webpage, including browser-based ebook readers. This means you are not limited to the fonts Amazon or Kobo have chosen to supply.
"The hall was entirely dark. She moved through it by memory, one hand trailing the wall, until she reached the door at the far end and found it unlocked."
The same paragraph with Atkinson Hyperlegible and adjusted spacing via LexiFont"The hall was entirely dark. She moved through it by memory, one hand trailing the wall, until she reached the door at the far end and found it unlocked."
There is one practical caveat: some browser-based readers inject text into an iframe or use a canvas element, which can interfere with font-injection extensions. Kindle Cloud Reader, in its current form, renders page text in a way that LexiFont can override successfully. If you find an extension does not seem to be working on a particular reader, switching to single-column layout rather than two-column sometimes helps - two-column layouts often use a different rendering path that is harder for extensions to reach.
Browser zoom is also worth remembering. Chrome's built-in zoom (Ctrl + on Windows, Cmd + on Mac) scales everything on the page uniformly. Setting zoom to 125% or 150% on a browser-based reader gives you larger text without changing any font settings. It is a blunt instrument but takes two seconds. The article on dyslexia, browser zoom, and text scaling covers this in more detail.
Project Gutenberg and Standard Ebooks
For books out of copyright - classic literature, older non-fiction, anything published before the mid-twentieth century - Project Gutenberg and Standard Ebooks offer free downloads and, in many cases, a browser-based reading mode. This is one of the more comfortable reading environments for dyslexic readers who use a font extension, because there is no DRM, no app wrapper, and the text is running as a straightforward webpage.
Standard Ebooks does careful typographic work on its source texts - correct punctuation, consistent formatting - and its web reader is clean HTML. A font extension like LexiFont works reliably on Standard Ebooks pages, and the underlying typography is clean enough that line spacing and letter spacing overrides apply without fighting the original stylesheet.
Project Gutenberg's web reader is plainer but equally accessible to font overrides. Older Gutenberg texts were sometimes formatted for plain-text readers and may have unusual line breaks in the HTML version; downloading the EPUB and reading it in Calibre usually gives a cleaner result.
Adobe Digital Editions
Adobe Digital Editions (ADE) is the application many public library ebook systems require for downloading DRM-protected EPUBs - books borrowed through OverDrive, Libby, or similar services. It is the weakest option from a dyslexia accessibility perspective.
ADE's font controls are minimal. You can change font size and toggle between a small set of system fonts, but you cannot control line height, letter spacing, or word spacing. The application does not support user stylesheets. And because it runs as a native desktop app rather than in the browser, extensions have no effect on it.
If you primarily read library books, the better approach is to use the Libby app or Kobo's library integration rather than Adobe Digital Editions. Libby runs in the browser as well as as a native app, and the browser version accepts font extension overrides, giving you full LexiFont support on borrowed library books.
Reading fatigue and session length
Even with good font settings, reading on a laptop screen for extended periods is more cognitively demanding for many dyslexic readers than reading on paper or an e-ink device. This is not a failure of the setup - it reflects a real difference in how the visual system processes a backlit display versus a reflective surface.
A practical response is to use a reading timer: 20 or 25 minutes of reading, then a two-to-three-minute break where you look away from the screen. The benefit is proportionally larger when reading is already effortful, because the break allows the processing overhead to discharge. The article on reading fatigue and dyslexia covers this in more detail.
Combining a font change with wider margins and increased line height typically does more to reduce fatigue than any single adjustment alone. The font makes individual letters easier to resolve; the line height makes it easier to track from one line to the next; the margin width reduces the distance the eye travels at each line end. Together they address three separate sources of effort.
What the evidence says about font choice on screens
The evidence base for specific dyslexia-friendly fonts is more limited than its marketing sometimes suggests, but a few findings hold across studies. Sans-serif fonts consistently outperform serif fonts in reading speed and error rate for readers with dyslexia, particularly at smaller sizes. Fonts with larger x-heights - the height of lowercase letters relative to capitals - tend to read better at small point sizes because more of the letter is visible, which matters on laptop screens where display density varies widely.
Atkinson Hyperlegible was designed explicitly for legibility at small sizes, with an unusually large x-height and careful letter differentiation, which is why it performs well for both low-vision and dyslexic readers. Lexend focuses on reducing visual crowding - a different mechanism, but one that addresses a real problem for readers who find letters in words seem to merge. Both are consistently recommended as strong starting points.
The honest caveat is that font preference in dyslexia is individual. Controlled studies typically find group-level effects that are statistically significant but modest. Individual variation is much larger than the mean effect. The implication is not that font choice does not matter - it clearly does, substantially, for some readers - but that you cannot pick from a ranking and expect it to apply to you. Testing on your actual reading material for at least ten minutes per font is the only reliable method.
If you want to try several fonts quickly, LexiFont Pro includes five - OpenDyslexic, Atkinson Hyperlegible, Lexend, Comic Neue, and Sylexiad - and lets you switch between them with one click. Testing all five on a browser-based reader takes about half an hour and tells you more about what actually helps than any article.
Quick decision guide: If your ebooks are EPUBs you own without DRM, use Calibre - it gives the most complete control. If you are in the Kindle ecosystem, the desktop app is solid, especially with OpenDyslexic selected. For anything in a browser - Kindle Cloud Reader, Kobo web reader, Libby, Standard Ebooks, Project Gutenberg - a font extension like LexiFont fills the gaps the built-in settings leave.
Further reading
- Kindle fonts for dyslexia - Bookerly, OpenDyslexic, and beyond
- Kobo vs Kindle for dyslexia - which device has better font support?
- Apple Books and dyslexia - fonts, display settings, and what helps
- Line spacing and letter spacing for dyslexia - what actually matters
- Reader mode vs reading extensions - which is better for dyslexia?