From 7df7c5fd8c211c9301ef3efd26ffa564747e10e5 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 13 Dec 2025 00:34:07 -0500 Subject: more accurate window title font --- src/styles/window.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/styles/window.css') diff --git a/src/styles/window.css b/src/styles/window.css index ad7a855..97862af 100644 --- a/src/styles/window.css +++ b/src/styles/window.css @@ -1,3 +1,11 @@ +@font-face { + font-family: 'Felix Tilting'; + src: url('/assets/fonts/Felixti.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + :root { --titlebar-colour: #808080; --titlebar-text-colour: #ffffff; @@ -65,6 +73,7 @@ } .titlebar-text { + font-family: 'Felix Tilting', serif; color: var(--titlebar-text-colour); margin: 0; padding: 0.2em; -- cgit v1.2.3