mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 10:05:20 +08:00
parent
2b782f35b7
commit
3cc55d634f
3 changed files with 11 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -66,5 +66,8 @@
|
|||
{
|
||||
"name": "Boon",
|
||||
"display": "Boon (ไทย)"
|
||||
},
|
||||
{
|
||||
"name": "Open Dyslexic"
|
||||
}
|
||||
]
|
BIN
frontend/static/webfonts/OpenDyslexic.otf
Normal file
BIN
frontend/static/webfonts/OpenDyslexic.otf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue