alyssrossi Posted July 27 Share Posted July 27 Hi, I just went in to make updates for a client website that I hadn't edited in a few months and for some reason, my custom header font is not showing up anymore - the template default text is showing up instead. Last time I was editing the website the custom font was there, so I'm not sure what happened? The website is www.honed.homes and below is the custom-css code I am using. Any help is much appreciated! @font-face { font-family: 'Proxima Nova-Bold'; src: url('https://static1.squarespace.com/static/6397406edc521021cc7cf1dd/t/639746d47583b54fea9be5a7/1670858452934/Proxima+Nova+-+Bold.otf'); } h1 {font-family: 'Proxima Nova-Bold';} h2 {font-family: 'Proxima Nova-Bold';} h3 {font-family: 'Proxima Nova-Bold';} Link to comment
Sammm Posted July 28 Share Posted July 28 I have the exact same problem! I've revisited / recreated the code, but it's still not working – it was displaying 100% fine yesterday. Your code looks the same as mine, it looks correct? Link to comment
tuanphan Posted July 28 Share Posted July 28 4 hours ago, alyssrossi said: Hi, I just went in to make updates for a client website that I hadn't edited in a few months and for some reason, my custom header font is not showing up anymore - the template default text is showing up instead. Last time I was editing the website the custom font was there, so I'm not sure what happened? The website is www.honed.homes and below is the custom-css code I am using. Any help is much appreciated! @font-face { font-family: 'Proxima Nova-Bold'; src: url('https://static1.squarespace.com/static/6397406edc521021cc7cf1dd/t/639746d47583b54fea9be5a7/1670858452934/Proxima+Nova+-+Bold.otf'); } h1 {font-family: 'Proxima Nova-Bold';} h2 {font-family: 'Proxima Nova-Bold';} h3 {font-family: 'Proxima Nova-Bold';} Change to this code @font-face { font-family: 'Proxima Nova-Bold'; src: url('https://static1.squarespace.com/static/6397406edc521021cc7cf1dd/t/639746d47583b54fea9be5a7/1670858452934/Proxima+Nova+-+Bold.otf'); } h1, h2, h3 {font-family: 'Proxima Nova-Bold' !important;} Sammm and alyssrossi 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
alyssrossi Posted July 28 Author Share Posted July 28 This worked for me as well, thank you so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment