mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
feat(font): add CommitMono (#4887) m2x07
This commit is contained in:
parent
09b770dba9
commit
cbed2ef7cf
3 changed files with 11 additions and 0 deletions
|
@ -222,3 +222,11 @@
|
|||
font-display: block;
|
||||
src: url("../webfonts/HackNerdFont-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "CommitMono";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("../webfonts/CommitMono-400-Regular.otf") format("opentype");
|
||||
}
|
||||
|
|
|
@ -90,5 +90,8 @@
|
|||
},
|
||||
{
|
||||
"name": "Hack"
|
||||
},
|
||||
{
|
||||
"name": "CommitMono"
|
||||
}
|
||||
]
|
||||
|
|
BIN
frontend/static/webfonts/CommitMono-400-Regular.otf
Normal file
BIN
frontend/static/webfonts/CommitMono-400-Regular.otf
Normal file
Binary file not shown.
Loading…
Reference in a new issue