I am looking to use the custom css box to add extra font options to my site.
So I am looking to add code that says when I bold a heading to change the font to something else, however I am still trying to use the fonts that Squarespace offers.
For example I did
H1 strong {
font-family: 'fino' !important;
}
Fino is a font that squarespace offers when choosing which fonts you want to use. However it doesn't seem to pick up the font name when I use it in the custom code. Can someone help me figure out how squarespace is naming the fonts so I can use them without having to upload the custom font? Or if this is even an option?