47 lines
1.1 KiB
CSS
47 lines
1.1 KiB
CSS
@font-face {
|
|||
|
|
font-family: 'IBM Plex Mono';
|
||
|
|
src: url('/public/assets/fonts/ibm-plex-mono-200.woff2') format('woff2');
|
||
|
|
font-weight: 200;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'IBM Plex Mono';
|
||
|
|
src: url('/public/assets/fonts/ibm-plex-mono-300.woff2') format('woff2');
|
||
|
|
font-weight: 300;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'IBM Plex Mono';
|
||
|
|
src: url('/public/assets/fonts/ibm-plex-mono-400.woff2') format('woff2');
|
||
|
|
font-weight: 400;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'IBM Plex Mono';
|
||
|
|
src: url('/public/assets/fonts/ibm-plex-mono-600.woff2') format('woff2');
|
||
|
|
font-weight: 600;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Pixelify Sans';
|
||
|
|
src: url('/public/assets/fonts/pixelify-sans.woff2') format('woff2');
|
||
|
|
font-weight: 400;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'VT323';
|
||
|
|
src: url('/public/assets/fonts/vt323.woff2') format('woff2');
|
||
|
|
font-weight: 400;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|