added open dyslexic font

closes #3583
This commit is contained in:
Miodec 2022-09-22 14:37:04 +02:00
parent 2b782f35b7
commit 3cc55d634f
3 changed files with 11 additions and 0 deletions

View file

@ -28,6 +28,14 @@
url("../webfonts/Boon-400.otf") format("opentype");
}
@font-face {
font-family: "Open Dyslexic";
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../webfonts/OpenDyslexic.otf") format("opentype");
}
:root {
--roundness: 0.5rem;
--font: "Roboto Mono", "Vazirmatn";

View file

@ -66,5 +66,8 @@
{
"name": "Boon",
"display": "Boon (ไทย)"
},
{
"name": "Open Dyslexic"
}
]

Binary file not shown.