Files
go-weatherstation/cmd/ingestd/web/vendor/fonts/fonts.css
2026-02-06 16:13:54 +11:00

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");
}