This commit is contained in:
Alexander 2025-06-09 00:20:26 -04:00
parent dbadcf267e
commit 66af302e2d
115 changed files with 721 additions and 278 deletions

23
site/css/index.css Normal file
View file

@ -0,0 +1,23 @@
@import url(fonts.css);
.font-body-serif body {
font-family: "BodySerif", serif;
}
.font-body-sans body {
font-family: "BodySans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Heading";
}
code {
font-family: "Mono";
}
.container {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}