start event card content and add schedule method

This commit is contained in:
isUnknown 2024-07-31 07:19:10 +02:00
parent c1a94e832f
commit be549bba16
12 changed files with 102 additions and 11 deletions

View file

@ -9,7 +9,7 @@
font-weight: bold;
}
body {
font-family: "Joker";
font-family: "Joker", sans-serif;
font-size: var(--font-size-body);
}
@ -30,3 +30,9 @@ h3,
font-size: var(--font-size-h3);
font-weight: normal;
}
h4,
.h4 {
font-size: var(--font-size-h4);
font-weight: bold;
}