From f9ac38cbcf8ee0f59eb5481d971d860e6910160b Mon Sep 17 00:00:00 2001 From: 22yeets22 <132288501+22yeets22@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:46:17 -0500 Subject: [PATCH 01/11] update nav to inter --- static/assets/css/nav.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/static/assets/css/nav.css b/static/assets/css/nav.css index c742df23..afd86a39 100644 --- a/static/assets/css/nav.css +++ b/static/assets/css/nav.css @@ -1,6 +1,14 @@ -#title { - font-family: "Arial"; - font-size: 55px; +@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap"); + +.title { + font-family: "Inter", Arial, sans-serif; + font-size: 60px; + font-weight: 700; +} + +.nav-title { + font-family: "Inter", Arial, sans-serif; + font-size: 60px; font-weight: 700; } @@ -52,10 +60,6 @@ margin-right: auto; } -.title { - font-weight: 300; - font-family: "Arial"; -} @media only screen and (max-width: 600px) { nav { flex-direction: column; From 68a66b91ae5597c6868aa3056e1614aafc048929 Mon Sep 17 00:00:00 2001 From: 22yeets22 <132288501+22yeets22@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:48:13 -0500 Subject: [PATCH 02/11] Update apps.html --- static/apps.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/apps.html b/static/apps.html index 4bcb2ae4..fecc9f86 100644 --- a/static/apps.html +++ b/static/apps.html @@ -17,7 +17,7 @@