Various changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-08 13:16:19 -06:00
parent 52aa5d10eb
commit 55471fd67c
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
10 changed files with 137 additions and 33 deletions

23
src/apex.css Normal file
View file

@ -0,0 +1,23 @@
@font-face {
font-family: 'Apex Mk2';
src: url('/assets/ApexMk2-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Apex Mk2';
src: url('/assets/ApexMk2-LightCondensed.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Apex Mk2';
src: url('/assets/ApexMk2-BoldExtended.woff2') format('woff2');
font-weight: bold;
font-style: normal;
font-display: swap;
}