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..40b388719 100644 --- a/src/style.css +++ b/src/style.css @@ -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 @@ } -