Add font fallback, attempt X svg not found fix

This commit is contained in:
HackerNCoder 2022-09-30 11:24:34 +00:00
parent 59fdedbea5
commit 67110d8c57

View File

@ -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;
}