Add title font

This commit is contained in:
Reimar 2025-03-24 10:11:20 +01:00
parent a18f4ef57f
commit df4978fe34
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268
3 changed files with 31 additions and 24 deletions

Binary file not shown.

View File

@ -1,3 +1,8 @@
@font-face {
font-family: "Poetsen One";
src: url("/fonts/PoetsenOne-Regular.ttf");
}
body {
margin: 0;
font-family: sans-serif;
@ -24,6 +29,8 @@ h1 {
margin: 0;
font-size: 4rem;
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
font-family: "Poetsen One";
font-weight: normal;
}
#title {