A free, browser-based accessibility tool that converts any text into the OpenDyslexic font — designed to improve readability and reduce reading errors for people with dyslexia.
Paste or type any text — from a website, email, document, or anywhere else — and instantly render it in the OpenDyslexic typeface. A suite of additional accessibility controls lets you fine-tune the experience to suit your needs.
| Feature | Description |
|---|---|
| OpenDyslexic Font | Converts any input text to the OpenDyslexic typeface |
| Paste from Clipboard | One-click paste directly from your clipboard |
| Pastel Mode | Switches to a soft warm background to reduce visual stress |
| High Contrast Mode | Black background with yellow text for maximum contrast |
| Text Size Controls | Incrementally increase or decrease the output font size |
| Read Aloud | Uses the Web Speech API to read the converted text aloud |
| Copy Output | Copy the rendered text back to your clipboard instantly |
(Add screenshots here once hosted — recommended: default view, pastel mode, high contrast mode)
OpenDyslexic is a free typeface created by Abelardo Gonzalez. Each letter has a unique shape and a weighted bottom, which helps anchor letters and reduce the letter-flipping and swapping that some people with dyslexia experience. While research on its effectiveness is ongoing, many users report a meaningful improvement in reading comfort.
- HTML5 — semantic, accessible markup
- CSS3 — custom properties, responsive grid layout
- Vanilla JavaScript — no frameworks or build steps required
- Web Speech API — native browser text-to-speech
- OpenDyslexic font — served locally via
@font-face - Font Awesome 6 — iconography
- Google Fonts (Inter) — UI typography
No install needed. Just open index.html in any modern browser.
git clone https://github.com/davidjenner/AccessibilityPage.git
cd AccessibilityPage
# Open index.html directly, or serve locally:
python3 -m http.server 8080Then visit http://localhost:8080.
| Project | Description |
|---|---|
| TimeBox ADHD | A time-boxing productivity tool designed for people with ADHD |
| Outseek | Fast, minimal search tool built on Cloudflare Workers |
Found a bug or have a feature request? Open an issue on GitHub — all feedback is welcome.
- OpenDyslexic font by Abelardo Gonzalez — licensed under SIL Open Font License
- Font Awesome — icons licensed under CC BY 4.0
- Inter typeface by Rasmus Andersson — licensed under SIL Open Font License
- Buy Me a Coffee — support widget
If this tool has been useful to you, consider buying me a coffee. It helps keep projects like this free and maintained.
This project is open source under the MIT Licence.
Built with accessibility in mind by David Jenner © 2026
