feat: Rewrite in Zola

This commit is contained in:
daudix-UFO
2023-10-13 00:55:20 +00:00
parent e94ef3caf7
commit 36926a0b79
80 changed files with 2029 additions and 1588 deletions

23
sass/_fonts.scss Normal file
View File

@ -0,0 +1,23 @@
@font-face {
font-family: "Inter";
font-weight: 100 900;
font-display: swap;
font-style: oblique italic 0deg 10deg;
src: url("/fonts/inter.woff2?v=4.0") format("woff2");
}
@font-face {
font-family: "JetBrains Mono";
font-weight: 100 900;
font-display: swap;
font-style: normal;
src: url("/fonts/jetbrains-mono.woff2?v=2.304") format("woff2");
}
@font-face {
font-family: "JetBrains Mono";
font-weight: 100 900;
font-display: swap;
font-style: italic;
src: url("/fonts/jetbrains-mono-italic.woff2?v=2.304") format("woff2");
}