Spectrum/styles/style.css

16 lines
206 B
CSS
Raw Permalink Normal View History

2024-01-03 07:55:27 +00:00
@font-face {
font-family: "Lexend Deca";
src: url("/assets/fonts/Lexend Deca/Variable.ttf");
}
:root {
--font-family: "Lexend Deca";
}
2024-01-03 08:08:06 +00:00
header {
margin-bottom: 1em;
}
footer {
margin-top: 1em;
}