thesandwi.ch/src/apex.css
Isaac Mills 55471fd67c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Various changes
2025-07-08 13:16:19 -06:00

23 lines
No EOL
518 B
CSS

@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;
}