From d53b8026efa8d774893f6e451bfe62a749e4e262 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 17:25:03 -0800 Subject: feat(v2/api): improve typography, active menu bolding, and fix API header order (NK-a217qm, NK-hyej38, NK-jqpn98) --- frontend/src/index.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'frontend/src/index.css') diff --git a/frontend/src/index.css b/frontend/src/index.css index 3b39cf5..43cdff5 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,8 +1,17 @@ -:root, -body, -* { - font-family: 'Courier New', Courier, monospace !important; - /* Strongly force fixed width as requested */ +body { + font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif; +} + +h1, +h2, +h3, +h4, +h5, +.logo, +.nav-link, +.logout-btn { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-weight: bold; } :root { -- cgit v1.2.3