This commit is contained in:
Barrett Ruth 2026-01-12 17:57:14 -05:00
parent 16c000b2e9
commit d213110e30
2 changed files with 30 additions and 15 deletions

View file

@ -142,6 +142,18 @@
font-display: swap;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
font-family: "Signifier", serif;
overflow-x: hidden;
}
pre,
code,
pre code,