This commit is contained in:
2024-09-10 11:34:12 +02:00
parent d91c5137c7
commit 6aa9b6ad39
3 changed files with 25 additions and 20 deletions

View File

@@ -8,6 +8,11 @@
src: url(/static/korinna.otf) format("truetype");
}
@font-face {
font-family: "Geopardy";
src: url(/static/geoparody.otf) format("truetype");
}
body {
background-color: #2903c3;
display: flex;
@@ -81,7 +86,7 @@ th {
.title {
color: rgb(255, 204, 0);
font-family: "Korinna";
font-family: "Geopardy";
text-align: center;
font-size: 150;
bottom: auto;