Spectrum/styles/style.css
2024-01-03 02:08:06 -06:00

15 lines
206 B
CSS

@font-face {
font-family: "Lexend Deca";
src: url("/assets/fonts/Lexend Deca/Variable.ttf");
}
:root {
--font-family: "Lexend Deca";
}
header {
margin-bottom: 1em;
}
footer {
margin-top: 1em;
}