My custom fonts were working, then I invited another user to have permissions over the site, and then the custom fonts stopped working all of a sudden.
I've reviewed my code a million times
I've deleted and re-uploaded my custom font files
I've also tried rewriting my code from scratch, and Squarespace will not show my custom fonts
Can anyone help me understand what is tripping me up? Thanks for any and all help!
@font-face {font-family: Glacior;
src: url(https://static1.squarespace.com/static/64bf1a19162dde33e91e1a1a/t/64c1a7dc911379774490b159/1690413020503/Glacior-Display.otf);
}
h1 {font-family: 'Glacior';}
h2 {font-family: 'Glacior';}
h3 {font-family: 'Glacior';}
@font-face {
font-family: Jost;
src: url(https://static1.squarespace.com/static/64bf1a19162dde33e91e1a1a/t/64c1a833b42223550a236d35/1690413108071/Jost300Light.otf);
}
p1 {font-family: 'Jost';}
p {font-family: 'Jost';}
.user-items-list .list-section-title p {
font-family: Glacior;
font-size: 50px;
}
h2.list-item-content__title {
font-family: 'Jost' !important;
font-size: 35px !important;
letter-spacing: 0px !important;
}
//smooth scroll
html {scroll-behavior: smooth;}