feat: add monospace font

This commit is contained in:
Devin Haska 2024-03-03 18:28:44 -08:00
parent ec53da11c2
commit 377d713e09
5 changed files with 23 additions and 2 deletions

View file

@ -40,5 +40,21 @@
"weight": 650
}
}
},
"monospace": {
"family": "IBM Plex Mono",
"format": "truetype",
"weights": {
"Regular": {
"path": "/ibmplexmono/IBMPlexMono-Regular.ttf",
"font-style": "normal",
"weight": 400
},
"Italic": {
"path": "/ibmplexmono/IBMPlexMono-Italic.ttf",
"font-style": "italic",
"weight": 400
}
}
}
}