FlorenceMarketing123 Posted November 15, 2022 Share Posted November 15, 2022 Hi there, The custom CSS font is not working for our business website. Any advice would be great - I wondered if it's because we haven't hooked the site up to a live domain yet? Thank you! Link to comment
Jia Posted November 15, 2022 Share Posted November 15, 2022 2 hours ago, FlorenceMarketing123 said: Hi there, The custom CSS font is not working for our business website. Any advice would be great - I wondered if it's because we haven't hooked the site up to a live domain yet? Thank you! Hi, this is due to formatting and wrong code. You have to add the codes for each font separately, then apply it to the headings. Delete the codes you've added, use this template to add your fonts (don't remove the ' '): @font-face { font-family: 'Example'; src: url(‘link’) format('woff'); } Then, apply the fonts with this code: h1 { font-family:‘GT-Zirkon-Regular’; } h2 { font-family:’HKGrotesk-Regular’; } h3 { font-family:’HKGrotesk-Bold’; } Let me know how it goes 🙂 FlorenceMarketing123, NadineS and LetterAndInk 3 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
FlorenceMarketing123 Posted November 28, 2022 Author Share Posted November 28, 2022 This worked! thanks so much! Jia 1 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