hacky fix for opendyslexic

This commit is contained in:
John McLear 2015-04-05 14:50:53 +01:00
parent 41bb4ef094
commit 56ce8e80ac
1 changed files with 5 additions and 4 deletions

View File

@ -1240,6 +1240,11 @@ input[type=checkbox] {
}
/* End of gritter stuff */
@font-face {
font-family: opendyslexic;
src: url("../../static/font/opendyslexic.otf") format("opentype");
}
@font-face {
font-family: "fontawesome-etherpad";
src:url("../font/fontawesome-etherpad.eot");
@ -1286,7 +1291,3 @@ input[type=checkbox] {
}
@font-face {
font-family: opendyslexic;
src: url("../font/opendyslexic.otf") format("opentype");
}