Add fonts

This commit is contained in:
2025-10-25 21:27:37 +02:00
parent 9ee1a587d2
commit 41e00febdb
3 changed files with 22 additions and 0 deletions

View File

@@ -23,6 +23,20 @@ pre * {
white-space: -o-pre-wrap; white-space: -o-pre-wrap;
} }
@font-face {
font-family: 'Clockopia';
src: url("/static/fonts/Clockopia.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LuxiSans';
src: url("/static/fonts/luxisr.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
html { html {
height: 100%; height: 100%;
min-height: 100%; min-height: 100%;
@@ -35,6 +49,8 @@ body {
padding: 2rem; padding: 2rem;
min-height: 100vh; min-height: 100vh;
font-family: 'LuxiSans', sans-serif;
} }
html, html,
@@ -49,6 +65,10 @@ ul * {
line-height: 1.8; line-height: 1.8;
} }
h1 {
font-family: 'Clockopia', sans-serif;
}
.buttons { .buttons {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@@ -92,3 +112,5 @@ code {
background: #0e0016; background: #0e0016;
z-index: -9999; z-index: -9999;
} }

Binary file not shown.

BIN
src/static/fonts/luxisr.ttf Normal file

Binary file not shown.