I'm trying to add a custom font with an otf file. I added the code below and the font in the preview changes but not to the style I uploaded but to a random one.
Any advice?
Total newbie and really appreciate the help. Thanks!
@font-face {
font-family: ‘higuen’;
src: url(https://static1.squarespace.com/static/658f4aab85f1351316c41071/t/6590f373f8973a391660bb05/1703998323500/Higuen+Serif.otf);
}
h1, h2, h3, h4 {font-family: 'higuen' !important;
}