mono font update

This commit is contained in:
ed barz 2023-01-09 15:53:55 +01:00
parent 1a4e00ec24
commit ea95ff1e0d
3 changed files with 18 additions and 0 deletions

View File

@ -19,6 +19,24 @@
font-weight: 800;
}
@font-face{
font-family: iosevka;
src: url("../fonts/iosevka-extended.ttf");
font-style: normal;
font-weight: normal;
}
@font-face{
font-family: CallingCode;
src: url("../fonts/CallingCode-Regular.ttf");
font-style: normal;
font-weight: normal;
}
pre code {
font-family: iosevka;
}
a {
text-decoration: none;
}

Binary file not shown.

Binary file not shown.