feat: build website

This commit is contained in:
2023-06-13 20:13:00 +02:00
commit 61a07ad6dd
86 changed files with 14915 additions and 0 deletions

20
static/css/font.css Normal file
View File

@@ -0,0 +1,20 @@
/* Default font for body */
body {
font-family: "Lora", serif !important;
}
/* secondary font */
.secondary-font, #secondary-font {
font-family: "Lora", serif;
}
/* primary font */
.primary-font, #primary-font {
font-family: "Alata", sans-serif;
}
/* Default font */
.default-font, #default-font {
font-family: "Roboto", sans-serif;
}