Hey,
this is my website url: https://ferret-garlic-eme5.squarespace.com/config/
I'm not able to work with custom css for fonts. My code is
@font-face {
font-family: abigail-v2;
src: url(https://ferret-garlic-eme5.squarespace.com/config/design/undefined);
}
h1 {
font-family: 'abigail-v2';
font-weight: 700;
font-size: 40px;
letter-spacing: 0.1em;
}
@font-face {
font-family: SimplonNormTrail-Light;
src: url(https://static1.squarespace.com/static/64c3ac7fb698635d51ab6d7e/t/64c5075fe36c2241532ed5d0/1690634079363/SimplonNormTrial-Light.otf);
}@font-face {
font-family: SimplonNormTrail-Light;
src: url(https://static1.squarespace.com/static/64c3ac7fb698635d51ab6d7e/t/64c5075fe36c2241532ed5d0/1690634079363/SimplonNormTrial-Light.otf);
}
@font-face {
font-family: saol-text-regular-2;
src: url(https://static1.squarespace.com/static/64c3ac7fb698635d51ab6d7e/t/64c50766703b8d0a938d194a/1690634087522/saol-text-regular-2.otf);
}
@font-face {
font-family: simplonmonotrail-light;
src: url(https://static1.squarespace.com/static/64c3ac7fb698635d51ab6d7e/t/64c507845a1ae954c81d61c0/1690634116759/simplonmono-light.ttf);
}
h2 {
font-family: 'SimplonNormTrail-Light';
}
h3 {
font-family: 'saol-text-regular-2';
}
h4 {
font-family: 'simplonmonotrail-light';
}
Please help me