This commit is contained in:
Nyx 2025-02-10 21:24:57 -06:00
parent bfdf505a0e
commit c40c060c6f
3 changed files with 13 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,3 +1,13 @@
@body-font {
font-family: AtkinsonHyperlegibleNext;
src: url(AtkinsonHyperlegibleNext-Regular.woff2);
}
@header-font {
font-family: AtkinsonHyperlegibleMono;
src: url(AtkinsonHyperlegibleMono-Bold.woff2);
}
.center {
text-align: center;
position: absolute;
@ -18,7 +28,7 @@
animation: fadeIn 500ms ease-in-out;
background-color: black;
color: white;
font-family: system-ui, sans-serif;
font-family: AtkinsonHyperlegibleNext, sans-serif;
margin: 1em auto;
padding: 1em;
max-width: 50em;
@ -74,7 +84,7 @@
animation: fadeIn 500ms ease-in-out;
background-color: white;
color: black;
font-family: system-ui, sans-serif;
font-family: AtkinsonHyperlegibleNext, sans-serif;
margin: 1em auto;
padding: 1em;
max-width: 50em;
@ -126,7 +136,7 @@
}
h1, h2, h3 {
font-weight: normal;
font-family: AtkinsonHyperlegibleMono, monospace;
}
@keyframes fadeIn {