feat(intro): implement intro screen

This commit is contained in:
2026-01-12 16:13:01 +01:00
parent 5e1b8df381
commit 71a3a61b66
48 changed files with 218 additions and 5 deletions

View File

@@ -17,6 +17,13 @@
font-style: normal;
}
@font-face {
font-family: "NDS12 Bold";
src: url("/assets/fonts/nds-12px-bold.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "NDS39";
src: url("/assets/fonts/nds-39px.ttf") format("truetype");