pages/site/css/index.css
Alexander 66af302e2d new
2025-06-09 00:20:26 -04:00

23 lines
No EOL
324 B
CSS

@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;
}