alyssrossi Posted July 27, 2023 Posted July 27, 2023 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';}
Sammm Posted July 28, 2023 Posted July 28, 2023 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?
tuanphan Posted July 28, 2023 Posted July 28, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
alyssrossi Posted July 28, 2023 Author Posted July 28, 2023 This worked for me as well, thank you so much!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment