Compare commits

...

2 Commits

Author SHA1 Message Date
Zachary Billman
7917db5679 Set Regular as the default victor mono. 2025-02-26 20:03:31 -05:00
Zachary Billman
7d5fcc9f91 Added in Semibold styles. 2025-02-26 20:02:39 -05:00
3 changed files with 2 additions and 2 deletions

View File

@ -98,14 +98,14 @@
@font-face {
font-family: VictorMono;
src: url("/fonts/VictorMono-Regular.ttf") format("truetype");
src: url("/fonts/VictorMono-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: VictorMono;
src: url("/fonts/VictorMono-Italic.ttf") format("truetype");
src: url("/fonts/VictorMono-MediumItalic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}

Binary file not shown.

Binary file not shown.