diff --git a/assets/FiraCode-Bold.woff2 b/assets/FiraCode-Bold.woff2 new file mode 100644 index 0000000..349dc36 Binary files /dev/null and b/assets/FiraCode-Bold.woff2 differ diff --git a/assets/FiraCode-Regular.woff2 b/assets/FiraCode-Regular.woff2 new file mode 100644 index 0000000..f8b63fb Binary files /dev/null and b/assets/FiraCode-Regular.woff2 differ diff --git a/src/firacode.css b/src/firacode.css new file mode 100644 index 0000000..bd0ea0b --- /dev/null +++ b/src/firacode.css @@ -0,0 +1,15 @@ +@font-face { + font-family: 'Fira Code'; + src: url('/assets/FiraCode-Bold.woff2') format('woff2'); + font-weight: bold; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Fira Code'; + src: url('/assets/FiraCode-Regular.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} \ No newline at end of file diff --git a/src/partials/thecockpit.html b/src/partials/thecockpit.html index a7a0b03..8e2fa83 100644 --- a/src/partials/thecockpit.html +++ b/src/partials/thecockpit.html @@ -8,6 +8,10 @@
+