support for open dyslexic font

This commit is contained in:
John McLear 2015-04-05 14:03:09 +01:00
parent e49bb4017c
commit 41bb4ef094
6 changed files with 11 additions and 2 deletions

View file

@ -1284,3 +1284,9 @@ input[type=checkbox] {
.hideControlsEditbar{
display:none !important;
}
@font-face {
font-family: opendyslexic;
src: url("../font/opendyslexic.otf") format("opentype");
}