From 21c566479962cd7ecfa6dccd929b3069d0b201f9 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Mon, 13 Jan 2025 17:30:29 -0500 Subject: Add initial fonts We're not using Overlock currently, but I think it'll be good on headers and stuff? --- ui/styles/textarea.css | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/styles/textarea.css') diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css index b45a66d..b4d1a93 100644 --- a/ui/styles/textarea.css +++ b/ui/styles/textarea.css @@ -14,6 +14,7 @@ flex-grow: 1; background-color: var(--colour-input-bg); color: var(--colour-input-text); + font-family: "FiraCode"; } .create-message button { -- cgit v1.2.3