mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
hacky fix for opendyslexic
This commit is contained in:
parent
41bb4ef094
commit
56ce8e80ac
1 changed files with 5 additions and 4 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue