diff --git a/assets/scss/_eoy.scss b/assets/scss/_eoy.scss index d3da9a5..a16be37 100644 --- a/assets/scss/_eoy.scss +++ b/assets/scss/_eoy.scss @@ -95,7 +95,7 @@ top: -10px; } .banner-sub-heading-bold { - font-family: 'SpaceGrotesk-Medium'; + font-family: 'SpaceGrotesk-Medium', sans-serif; font-style: normal; font-weight: 500; font-size: 50px; @@ -106,7 +106,7 @@ margin: 0; } .banner-sub-heading-light { - font-family: 'SpaceGrotesk'; + font-family: 'SpaceGrotesk', sans-serif; font-style: normal; font-weight: 300; font-size: 50px; @@ -233,7 +233,7 @@ background-color: #FAF5DF; border-radius: 6px; color: #05161C !important; - background-image: url(./images/x.svg); + background-image: url(images/x.svg); background-repeat: no-repeat; background-position: center; }