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/app-bar.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/styles/app-bar.css') diff --git a/ui/styles/app-bar.css b/ui/styles/app-bar.css index 238e248..eda9bdc 100644 --- a/ui/styles/app-bar.css +++ b/ui/styles/app-bar.css @@ -23,6 +23,8 @@ .app-bar > a { line-height: var(--app-bar-height); + font-family: "Archistico"; + letter-spacing: 0.25rem; } .app-bar a { -- cgit v1.2.3