Opendyslexic and MORE theme

Ri: Re: Opendyslexic and MORE theme

by Pierpaolo Gallo -
Number of replies: 0
Hello
good news: someway I managed
I changed the config.php with this line
$THEME->parents = array('clean', 'bootstrapbase','more');     

and moodle.less in this way
@import "../../more/less/moodle.less";
@font-face {
font-family: 'opendyslexic';
src: url(../fonts_core/OpenDyslexic-Regular.woff);
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: 'opendyslexic';
src: url(../fonts_core/OpenDyslexic-Italic.woff);
font-style: italic;
font-weight: normal;
}

@font-face {
font-family: 'opendyslexic';
src: url(../fonts_core/OpenDyslexic-Bold.woff);
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'opendyslexic';
src: url(../fonts_core/OpenDyslexic-BoldItalic.woff);
font-weight: bold;
font-style: italic;
}

Bad news: although the them changes I miss all More theme customisation and the font is not OpenDyslexic.

Can someone help me, please?
Thank you