32 lines
727 B
CSS
32 lines
727 B
CSS
@font-face {
|
|
font-family: "IBM Plex Mono";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url("/vendor/fonts/ibm-plex-mono-400.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "IBM Plex Mono";
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
src: url("/vendor/fonts/ibm-plex-mono-600.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Space Grotesk";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url("/vendor/fonts/space-grotesk-400.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Space Grotesk";
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
src: url("/vendor/fonts/space-grotesk-600.ttf") format("truetype");
|
|
}
|