fixed accidentally committing inaccurate font snippet
Some checks failed
Lint CSS / lint (push) Failing after 2s

This commit is contained in:
Seaswimmer 2023-10-27 21:56:24 -04:00
parent d0b1bd3ae4
commit 4d9a5c66bd
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');
:root {
--font-code: "fira code";
--font-monospace: "fira code";
}