summaryrefslogtreecommitdiff
path: root/ui/styles/textarea.css
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-13 17:30:29 -0500
committerKit La Touche <kit@transneptune.net>2025-01-13 17:30:29 -0500
commit21c566479962cd7ecfa6dccd929b3069d0b201f9 (patch)
treea312312fc339e8b76b411b05bbf6361eb014315a /ui/styles/textarea.css
parentbc0d9748cb403523426b43847b54c3b98e17bdea (diff)
Add initial fonts
We're not using Overlock currently, but I think it'll be good on headers and stuff?
Diffstat (limited to 'ui/styles/textarea.css')
-rw-r--r--ui/styles/textarea.css1
1 files changed, 1 insertions, 0 deletions
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 {