i did not have a wrong name for the font family that caused stuff to look bad what are you talking about

This commit is contained in:
Luna 2025-11-13 16:49:54 -03:00
parent 6e725da046
commit e4cb05c9e2
2 changed files with 7 additions and 8 deletions

View file

@ -1,24 +1,24 @@
@font-face {
font-family: "nya";
font-family: "mono";
src: url(MapleMonoNormal-Regular.ttf.woff2);
font-weight: normal;
}
@font-face {
font-family: "nya";
font-family: "mono";
src: url(MapleMonoNormal-Bold.ttf.woff2);
font-weight: bold;
}
@font-face {
font-family: "nya";
font-family: "mono";
src: url(MapleMonoNormal-Italic.ttf.woff2);
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "nya";
font-family: "mono";
src: url(MapleMonoNormal-BoldItalic.ttf.woff2);
font-weight: bold;
font-style: italic;