All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
23 lines
No EOL
518 B
CSS
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;
|
|
} |