ODAM Legible 2017
Developed by Simone Fioravanti
Plugin Description
Adds legible fonts and a background color selector to TwentySeventeen and ClassicPress TwentySeventeen.
The plugin is intended to make the site more accessible to people with reduced vision or dyslexia.
The plugin uses 4 Google Fonts: Atkinson Hyperlegible, Atkinson Hyperlegible Next, Atkinson Hyperlegible Mono and Lexend Deca.
You can add your preferred fonts using a filter linke this:
add_filter( 'legible-2017-fonts' , function( $list ) {
$list[] = 'Roboto';
return $list;
});
This plugin works well with Local Google Fonts plugin.
- This plugin was originally forked from Customize Twenty Seventeen by BOLDThemes.
- ODAM is the name of the site for which this plugin was designed. Thanks to my client Elisa Botton.