From 330f0fda61c395fc4ac132541d15a95050588e4c Mon Sep 17 00:00:00 2001 From: Joe Heffernan Date: Tue, 27 May 2025 09:48:54 -0700 Subject: [PATCH 1/2] lower global font weights --- src/components/LandingPage/style.css | 2 +- src/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/LandingPage/style.css b/src/components/LandingPage/style.css index b84ed5820..8da2da8fb 100644 --- a/src/components/LandingPage/style.css +++ b/src/components/LandingPage/style.css @@ -79,7 +79,7 @@ } .markdown h2 { - font-weight: bold; + font-weight: 600; } .markdown p { diff --git a/src/style.css b/src/style.css index 6b3c9aba8..2e0f3cb16 100644 --- a/src/style.css +++ b/src/style.css @@ -7,7 +7,7 @@ css modules not applied */ html { line-height: 1.5715; - font-weight: 400; + font-weight: 300; font-size: 14px; } @@ -23,7 +23,7 @@ h1, h2, h3, h4, h5, h6 { h1, h2 { text-align: center; - font-weight: 400; + font-weight: 300; } h1 { From cf8be1e137db772a4df05dfb2122675b597a6454 Mon Sep 17 00:00:00 2001 From: Joe Heffernan Date: Wed, 28 May 2025 10:40:51 -0700 Subject: [PATCH 2/2] explicitly grab all font weights in overpass imports --- src/style.css | 6 +++--- webpack/index.template.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/style.css b/src/style.css index 2e0f3cb16..40b388719 100644 --- a/src/style.css +++ b/src/style.css @@ -7,7 +7,7 @@ css modules not applied */ html { line-height: 1.5715; - font-weight: 300; + font-weight: 400; font-size: 14px; } @@ -23,7 +23,7 @@ h1, h2, h3, h4, h5, h6 { h1, h2 { text-align: center; - font-weight: 300; + font-weight: 400; } h1 { @@ -72,7 +72,7 @@ canvas:focus { font-family: "Overpass"; font-style: normal; font-weight: normal; - src: url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap"); + src: url("https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;700;800;900&display=swap"); line-gap-override: 0; } diff --git a/webpack/index.template.html b/webpack/index.template.html index f0bbd97f3..e76617b9f 100644 --- a/webpack/index.template.html +++ b/webpack/index.template.html @@ -52,7 +52,7 @@ } -