hacky fix for opendyslexic
parent
41bb4ef094
commit
56ce8e80ac
|
@ -1240,6 +1240,11 @@ input[type=checkbox] {
|
||||||
}
|
}
|
||||||
/* End of gritter stuff */
|
/* End of gritter stuff */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: opendyslexic;
|
||||||
|
src: url("../../static/font/opendyslexic.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "fontawesome-etherpad";
|
font-family: "fontawesome-etherpad";
|
||||||
src:url("../font/fontawesome-etherpad.eot");
|
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");
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue