From 67e3e64d5f713389952ee86972fe7484a3f3c22f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 3 Feb 2025 13:33:10 -0600 Subject: Use same default fonts as GN2. --- uploader/static/css/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'uploader/static/css') diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index a1107d5..693af9a 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -8,7 +8,7 @@ body { grid-template-columns: 1fr 9fr; grid-gap: 20px; - font-family: Georgia, Garamond, serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; } @@ -34,7 +34,6 @@ body { grid-column-end: 2; /* Content styling */ - font-size: 1.7em; padding-left: 1em; } -- cgit v1.2.3