diff --git a/app/assets/stylesheets/scholarspace/components/_advanced.scss b/app/assets/stylesheets/scholarspace/components/_advanced.scss index e6b8a8df..098617c2 100644 --- a/app/assets/stylesheets/scholarspace/components/_advanced.scss +++ b/app/assets/stylesheets/scholarspace/components/_advanced.scss @@ -16,7 +16,7 @@ border-bottom: none; color: $gw-white; font-size: 5vw; - font-weight: bold; + font-weight: 200; } @media (max-width: 950px) { diff --git a/app/assets/stylesheets/scholarspace/components/_homepage.scss b/app/assets/stylesheets/scholarspace/components/_homepage.scss index 00e372f0..921a8e73 100644 --- a/app/assets/stylesheets/scholarspace/components/_homepage.scss +++ b/app/assets/stylesheets/scholarspace/components/_homepage.scss @@ -30,7 +30,7 @@ margin-bottom: 0.5em; color: $gw-light-blue; font-size: 10.5vw; - font-weight: bold; + font-weight: 200; line-height: 0.8em; @media (min-width: $mobile-breakpoint) { @@ -270,6 +270,7 @@ h3 { font-size: 1em; text-decoration: underline; + font-weight: 200; --max-lines: 4; --line-height: 1.2; max-height: calc(var(--max-lines) * 1em * var(--line-height)); @@ -446,7 +447,7 @@ border-radius: 50%; background-color: $gw-dark-blue; color: $gw-white; - font-weight: bold; + font-weight: 200; font-size: 1.5em; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out; diff --git a/app/assets/stylesheets/scholarspace/components/_static-page.scss b/app/assets/stylesheets/scholarspace/components/_static-page.scss index 153cf4b6..8aba7276 100644 --- a/app/assets/stylesheets/scholarspace/components/_static-page.scss +++ b/app/assets/stylesheets/scholarspace/components/_static-page.scss @@ -4,7 +4,7 @@ margin-bottom: 0; color: $gw-light-blue; font-size: 7.5vw; - font-weight: bold; + font-weight: 200; @media (min-width: 1786px) { font-size: 6.5em; @@ -46,7 +46,7 @@ margin-bottom: 0; color: $gw-light-blue; font-size: 7.5vw; - font-weight: bold; + font-weight: 200; @media (min-width: $mobile-breakpoint) { font-size: 6.4vw;