diff --git a/public/FiraCode-Regular.ttf b/public/FiraCode-Regular.ttf deleted file mode 100644 index 82baafc..0000000 Binary files a/public/FiraCode-Regular.ttf and /dev/null differ diff --git a/src/app.css b/src/app.css index 0948ccb..6137214 100644 --- a/src/app.css +++ b/src/app.css @@ -1,8 +1,3 @@ -@font-face { - font-family: 'Fira Code', monospace; - src: url("/FiraCode-Regular.ttf"); -} - :root { --dark: #1e1e1e; --light: #fffffe; @@ -14,6 +9,7 @@ html, body, #app { width: 100%; height: 100%; background-color: var(--light); + font-family: 'Courier New', Courier, monospace; } #app {