Hi, thank you so much, not sure where should I add,
!important;
after the code related to the font or each heading?
This is what I have:
https/static1.squarespace.com/static/646e5b6e58931c192b27638a/t/6472f6f68cadd16a5f7681fb/1685255926823/Pierson-Light.otf/* Adding special font (PIERSONLIGHT) for headings 1 and 2 */
@font-face {
font-family: PIERSONLIGHT;
src: url(https://static1.squarespace.com/static/646e5b6e58931c192b27638a/t/6472f6f68cadd16a5f7681fb/1685255926823/Pierson-Light.otf);
}
h1, h2{
font-family: 'PIERSONLIGHT';
}
A designer installed this for me so I'm not sure what to do. Thank you in avance for your help!