diff --git a/assets/base.css b/assets/base.css index a926dec..01202e7 100644 --- a/assets/base.css +++ b/assets/base.css @@ -15,7 +15,7 @@ t { p { - font-family: "nya"; + font-family: "mono"; color: var(--c-fg); margin-top: 0; margin-bottom: 0 @@ -48,7 +48,7 @@ li { color: var(--c-title); position: fixed; padding: 0 4px; - font-family: mono; + font-family: "mono"; font-weight: bold; } @@ -59,7 +59,6 @@ li { .credit { top: calc(100vh - 1.5em); - /*bottom: 0;*/ right: 64px; color: var(--c-fg) } @@ -67,7 +66,7 @@ li { /* here are some @media rules to choose when to display ascii art */ .ascii { - font-family: "nya"; + font-family: "mono"; color: var(--c-fg); white-space: pre; display: none diff --git a/assets/fonts.css b/assets/fonts.css index 8bdf75e..10bf436 100644 --- a/assets/fonts.css +++ b/assets/fonts.css @@ -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;