feat(font): add CommitMono (#4887) m2x07

This commit is contained in:
Meet Patel 2024-01-08 19:34:23 +05:30 committed by GitHub
parent 09b770dba9
commit cbed2ef7cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 0 deletions

View file

@ -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");
}

View file

@ -90,5 +90,8 @@
},
{
"name": "Hack"
},
{
"name": "CommitMono"
}
]

Binary file not shown.