initial commit

This commit is contained in:
2026-02-10 04:52:37 -05:00
commit 0476f6f8f8
65 changed files with 15368 additions and 0 deletions

43
assets/fonts.css Normal file
View File

@@ -0,0 +1,43 @@
/* assets/fonts.css */
@font-face {
font-family: 'Atkinson Hyperlegible Next';
src: url('fonts/AtkinsonHyperlegibleNext-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Atkinson Hyperlegible Next';
src: url('fonts/AtkinsonHyperlegibleNext-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Atkinson Hyperlegible Next';
src: url('fonts/AtkinsonHyperlegibleNext-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Atkinson Hyperlegible Next';
src: url('fonts/AtkinsonHyperlegibleNext-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Atkinson Hyperlegible Mono';
src: url('fonts/AtkinsonHyperlegibleMono-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Atkinson Hyperlegible Mono';
src: url('fonts/AtkinsonHyperlegibleMono-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}