Site URL: https://whitneydesignstudios.com/workshops
Can't get my custom font to work. I see others have the same problem and followed the recommendations to their CSS, but mine still doesn't work. Here's my code. Thx in advance!
@font-face {
font-family: ‘SilverSouthScript’;
src: url('https://static1.squarespace.com/static/557cbcf6e4b0c6af002a862b/t/622fe61da05fa07e9dd68285/1647306269246/SilverSouthScript.woff') format('woff');
src: url('https://static1.squarespace.com/static/557cbcf6e4b0c6af002a862b/t/622fea4e874b7b39d130d9e2/1647307342927/SilverSouthScript.woff2') format('woff2');
}
h3 {
font-family: 'SilverSouthScript' !important;
}