Éric Bugnet
Lead maintainer
This block allow to change the default font of your Moodle site by a specific font for dyslexic people : OpenDyslexic (from http://opendyslexic.org/).
How to use it ?
1/ Install the block like other blocks
2/ Visit the Administration > Site administration > Appearance > Additionnal HTML (MY_MOODLE_SITE.com/admin/settings.php?section=additionalhtml)
3/ Adapt this code (change MY_MOODLE_SITE.com with your domain) and paste it into the « Within HEAD » area :
<!-- Dyslexic mod -->
<link rel="stylesheet" type="text/css" href="MY_MOODLE_SITE.com/blocks/dyslexic/opendyslexic.css">
<script src="MY_MOODLE_SITE.com/blocks/dyslexic/stylechange.js"></script>
<!-- End of Dyslexic mod -->
4/ Insert the block into your site, on the first page if you want
5/ Test & enjoy
Please accept that this block adapt your theme, so it could works badly on some themes (depending on your personnal tunning).
=============================
French version
=============================
Ce bloc permet de changer la police par défaut de votre Moodle par une police adaptée à la lecture des personnes dyslexiques : OpenDyslexic (http://opendyslexic.org/).
Comment l'utiliser ?
1/ Installez le bloc comme tous les autres blocs
2/ Visitez la page Administration > Administration du site > Apparence > HTML additionnel (MY_MOODLE_SITE.com/admin/settings.php?section=additionalhtml)
3/ Adaptez ce code (changez MY_MOODLE_SITE.com avec votre domaine) et collez le dans la zone « Dans HEAD » :
<!-- Dyslexic mod -->
<link rel="stylesheet" type="text/css" href="MY_MOODLE_SITE.com/blocks/dyslexic/opendyslexic.css">
<script src="MY_MOODLE_SITE.com/blocks/dyslexic/stylechange.js"></script>
<!-- End of Dyslexic mod -->
4/ Inserez le bloc dans votre site, sur la première page par exemple
5/ Testez & profitez
Merci de comprendre et accepter que ce block adapte votre thème, alors il pourrait ne pas fonctionner sur certains thèmes (selon les personnalisations apportées)