Added Fonts

This commit is contained in:
2025-10-29 20:36:14 +01:00
parent 33db4b0b2c
commit 34e47d74f4
3 changed files with 22 additions and 0 deletions

View File

@@ -1,8 +1,30 @@
/* CSS Document */ /* CSS Document */
@font-face {
font-family: "Clockopia";
src: url("../fonts/Clockopia.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "LuxiSans";
src: url("../fonts/luxisr.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
body { body {
background-color: #0e0016; background-color: #0e0016;
color: white; color: white;
font-family: "LuxiSans", sans-serif;
} }
h1, h2, h3, h4, h5, h6 {
font-family: "Clockopia", sans-serif;
letter-spacing: 0.05em;
color: #CBC3E3;
}
.buttons { .buttons {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;

BIN
assets/fonts/Clockopia.ttf Normal file

Binary file not shown.

BIN
assets/fonts/luxisr.ttf Normal file

Binary file not shown.