rewrite-static #8

Merged
purplebored merged 39 commits from rewrite-static into main 2025-12-22 12:51:54 +00:00
3 changed files with 22 additions and 0 deletions
Showing only changes of commit 34e47d74f4 - Show all commits

View File

@@ -1,8 +1,30 @@
/* 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 {
background-color: #0e0016;
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 {
display: flex;
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.