amsperle Posted June 8 Share Posted June 8 Website URL: amsperle.com I'm currently trying to add a custom font to my website and it will not work for the life of me. I've tried re-downloading my font file, deleting and uploading again, and every time I go to my website page, the font remains unchanged and I have no option within font families to add my own font. I feel like I'm losing my mind hahaha. My code is as follows: @font-face { font-family: 'spitzkant'; src: url(https://static1.squarespace.com/static/60788cefc1c5303b3e31f981/t/6481f0f3fe79702e28324e97/1686237427546/spitzkant-head-light+2.ttf); } h1, h2, h3, h4, h5 { font-family:'spitzkant'; } p { font-family: 'spitzkant'; } Link to comment
jaeveedee Posted June 8 Share Posted June 8 can you share a link to your site? ☕ Did I help you? Buy me a coffee! 💻 I'm for hire on Upwork! Link to comment
Photograffix Posted June 8 Share Posted June 8 Hi @amsperle I checked your site amsperle.com and inspected the code; the code you quoted in your post is missing. It so looks like it hasn't been injected - so check your Custom CSS and add the font-face code again and click "Save" The good news is that I tested your font-face code, and the URL for the font is working. Let me know if you get it working. Link to comment
amsperle Posted June 8 Author Share Posted June 8 @jaeveedee here is the link - https://amsperle.com/, thanks in advance for taking a look! Link to comment
amsperle Posted June 8 Author Share Posted June 8 @Photograffix Hi- appreciate your help! This is what the issue is for me. I do have the code injected and have sit save but it doesn't seem to apply to my site. Link to comment
jaeveedee Posted June 8 Share Posted June 8 is this not it? Photograffix 1 ☕ Did I help you? Buy me a coffee! 💻 I'm for hire on Upwork! Link to comment
Photograffix Posted June 8 Share Posted June 8 Not sure why it wasn't working when I first looked but it looks like it's working now. 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