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

@ -15,7 +15,7 @@ t {
p { p {
font-family: "nya"; font-family: "mono";
color: var(--c-fg); color: var(--c-fg);
margin-top: 0; margin-top: 0;
margin-bottom: 0 margin-bottom: 0
@ -48,7 +48,7 @@ li {
color: var(--c-title); color: var(--c-title);
position: fixed; position: fixed;
padding: 0 4px; padding: 0 4px;
font-family: mono; font-family: "mono";
font-weight: bold; font-weight: bold;
} }
@ -59,7 +59,6 @@ li {
.credit { .credit {
top: calc(100vh - 1.5em); top: calc(100vh - 1.5em);
/*bottom: 0;*/
right: 64px; right: 64px;
color: var(--c-fg) color: var(--c-fg)
} }
@ -67,7 +66,7 @@ li {
/* here are some @media rules to choose when to display ascii art */ /* here are some @media rules to choose when to display ascii art */
.ascii { .ascii {
font-family: "nya"; font-family: "mono";
color: var(--c-fg); color: var(--c-fg);
white-space: pre; white-space: pre;
display: none display: none

View file

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