mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-06 14:46:47 +08:00
feat(font): add parkinsans (@binekrasik) (#6166)
Added the Parkinsans font 
This commit is contained in:
parent
565fa51380
commit
57cb80c5fa
3 changed files with 6 additions and 0 deletions
|
@ -92,6 +92,9 @@ $fonts: (
|
|||
"Mononoki": (
|
||||
"src": "Mononoki-Regular",
|
||||
),
|
||||
"Parkinsans": (
|
||||
"src": "Parkinsans-Regular",
|
||||
),
|
||||
);
|
||||
|
||||
$font-defauls: (
|
||||
|
|
|
@ -99,5 +99,8 @@
|
|||
},
|
||||
{
|
||||
"name": "Mononoki"
|
||||
},
|
||||
{
|
||||
"name": "Parkinsans"
|
||||
}
|
||||
]
|
BIN
frontend/static/webfonts/Parkinsans-Regular.woff2
Normal file
BIN
frontend/static/webfonts/Parkinsans-Regular.woff2
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue