diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css index 6c5bf7f..8b2f36d 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -4,8 +4,12 @@ html, body { background-color: var(--bg); color: var(--fg); + + font-family: "Inter", sans-serif; } +code { font-family: "JetBrainsMono", monospace; } + ::selection { background-color: var(--fire-opal); } |