Hello, my site had a lot of custom css for font-family and font-sizes - for some reason yesterday when I logged in, everything stopped working and now I cannot get my custom font family to work properly.
This is the code I am using which has previously worked but isn't now! Any assistance would be greatly appreciated.
@font-face {
font-family: 'SharpSansDispNo1Medium';
src: url(https://static1.squarespace.com/static/622773867ce21708011002f4/t/64c0ca038080124053e2b089/1690356227530/SharpSansDispNo1-Medium.woff2);
}
h1, h2, h3, h4, h5 {
font-family:'SharpSansDispNo1Medium';
}