Hi!
Yes, sorry, my bad!
I've been playing around with the code to try and get the font to show up as a header 4, but nothing has seemed to work.
So far I've tried changing the file type from ttf to otf, and have added !important to it.
Here's the code I have used:
@font-face {
font-family: caveat;
src: url(https://static1.squarespace.com/static/610904e5be045268ca277f89/t/656e552e79c9af4447f15c44/1701729584274/Caveat-Regular.otf);
}
h4 {
font-family: 'caveat' !important;
}
Are there any other steps to get the heading font to show up?
Thank you for your patience!
Kathryn