Hello! For reference, the site is https://frequencywellspace.squarespace.com/ and the password is "luna"
I am assuming my CSS is incorrect, so I have it below. But the uploaded H1, H2, and H3 fonts are not showing up on mobile. Any help would be much appreciated!!
// Header - custom serif font //
@font-face {
font-family: "Atelier Femme Serif", sans-serif !important;
font-style: normal !important;
src: url(https://static1.squarespace.com/static/6423c99a6ea48e7b8551c597/t/64c824939582f1135941a043/1690838163239/Atelier+Femme+Serif.woff2) !important;
}
h1, h2 {
font-family: "Atelier Femme Serif", sans-serif !important;
font-style: normal !important;
}
// Header - custom italic font //
@font-face {
font-family: "Atelier Femme Italic" !important;
font-style: normal !important;
src: url(https://static1.squarespace.com/static/6312fd25634c4614389641d9/t/63787640c5dd447dcf1dc61f/1668838976310/Atelier+Femme+Italic.ttf) !important;
}
h1 em, h2 em {
font-family: "Atelier Femme Italic" !important;
}
h1, h2 {font-family: "Atelier Femme Serif"!important;}
// Header - script //
@font-face {
font-family: 'Atelier Femme Script' !important;
font-style: normal !important;
src: url(https://static1.squarespace.com/static/6423c99a6ea48e7b8551c597/t/64c7e67989b7c525a10454a5/1690822265492/Atelier+Femme+Script.ttf) !important;
}
h3 {
font-family: 'Atelier Femme Script' !important;
}