remove web dependencies
This commit is contained in:
31
cmd/ingestd/web/vendor/fonts/fonts.css
vendored
Normal file
31
cmd/ingestd/web/vendor/fonts/fonts.css
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
@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");
|
||||
}
|
||||
Reference in New Issue
Block a user