From fc2bc854f4e3bae3503d5000f1fbc414bfa7e0cc Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 11:23:32 -0800 Subject: UI Refinements: remove redundant header and fix global monospace font stack --- frontend/src/App.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'frontend/src/App.css') diff --git a/frontend/src/App.css b/frontend/src/App.css index a51fef3..f7c977a 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -5,9 +5,6 @@ body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @@ -32,7 +29,6 @@ body { display: flex; justify-content: space-between; align-items: center; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; } @@ -45,7 +41,6 @@ body { .nav-link, .logout-btn { - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; font-variant: small-caps; text-transform: lowercase; -- cgit v1.2.3