Switch font to Comic Mono

This commit is contained in:
Subnet_Masked 2024-02-10 12:19:55 -05:00
parent 0956cdc011
commit 54c6a6d1e6
Signed by: Subnet_Masked
GPG key ID: E1BB06A2490954E9
4 changed files with 8 additions and 1 deletions

Binary file not shown.

View file

@ -1,3 +1,7 @@
.md-nav__item--active{
padding: 0 !important;
}
@font-face {
font-family: 'Comic Mono';
src: url(/assets/fonts/comicmono.ttf);
}