Tue, 2021-06-15 15:05
My custom font CSS is not working in Squarespace 7.0. I have uploaded the font which is this font: https://connary.com/wayfinder.html
I am using this code to add the font, but nothing is changing and the font is not displayed.
@font-face { font-family: 'Wayfinder'; src: url('https://static1.squarespace.com/static/603e9a9da51e5672d8d9633a/t/60c8026984d82a4fe9c58594/1623720553471/WayfinderCF-Thin.otf'); } h1 {font-family: 'Wayfinder';}
Mon, 2021-07-19 06:34
#1
I found I recently had the
I found I recently had the same problem, but I just re-uploaded the fonts, and relinked them in the css by updating the url. Try this.