Refactor code structure for improved readability and maintainability

This commit is contained in:
Fundor333
2025-12-22 15:57:37 +01:00
parent 038dc61b92
commit 4a8054dc19
7 changed files with 44 additions and 34 deletions

View File

@@ -9,3 +9,4 @@
@import "link";
@import "weeknote";
@import "share-button";
@import "typewriter";

View File

@@ -0,0 +1,8 @@
@font-face {
font-family: "Typewriter";
src: url("/fonts/American Typewriter Regular.ttf");
}
.typewriter {
font-family: "Typewriter", monospace;
}