Wikipedia:Dyslexic readers
Appearance
This help page is a how-to guide. It explains concepts or processes used by the Wikipedia community. It is not one of Wikipedia's policies or guidelines, and may reflect varying levels of consensus. |
The OpenDyslexic font has been specially designed for dyslexic readers to reduce the unintentional mental movement of typographical characters. (BBC News - OpenDyslexic font gains ground with help of Instapaper) To enable the OpenDyslexic font on Wikipedia:
- Click the cogwheel:
- Select "Fonts"
- Tick the box labelled "Download fonts when needed", if it is not already ticked
- Select "OpenDyslexic" from the dropdown
- Click "Apply settings"
- Refresh the page
To read the OpenDyslexic font properly, you may need to increase the zoom level in your web browser. In most browsers, this is done by pressing Ctrl++ (or ⌘ Cmd++ on Mac).
Alternatively if that method does not work, login or create an account and add the following code to Special:MyPage/common.css:
@font-face {font-family:OpenDyslexic;src:url('https://github.com/antijingoist/open-dyslexic/raw/master/otf/OpenDyslexic-Regular.otf');font-weight:normal;font-style:normal;}
@font-face {font-family:OpenDyslexic;src:url('https://github.com/antijingoist/open-dyslexic/raw/master/otf/OpenDyslexic-Bold.otf');font-weight:bold;font-style:normal;}
@font-face {font-family:OpenDyslexic;src:url('https://github.com/antijingoist/open-dyslexic/raw/master/otf/OpenDyslexic-Italic.otf');font-weight:normal;font-style:italic;}
@font-face {font-family:OpenDyslexic;src:url('https://github.com/antijingoist/open-dyslexic/raw/master/otf/OpenDyslexic-BoldItalic.otf');font-weight:bold;font-style:italic;}
*{font-family:OpenDyslexic;}
See also
[edit]MediaWiki has documentation related to: Extension:MobileApp