plantwise Posted December 18, 2021 Share Posted December 18, 2021 I have no coding experience and looking for a simple way to change out the font family to our brand's custom font. I have the web font files. Link to comment
Beyondspace Posted December 20, 2021 Share Posted December 20, 2021 On 12/18/2021 at 11:19 AM, plantwise said: I have no coding experience and looking for a simple way to change out the font family to our brand's custom font. I have the web font files. 1. Home > Design > Custom Css: upload your font files 2. Use the following code to install custom font in your site @font-face { font-family: 'yourCustomname'; src: url('https://static1.squarespace.com/static/61512440b9ef9e6dba70aa9c/t/61c05ae9dfb43470c1bcf6fe/1639996142950/CassandraPersonalUseRegular-3BjG.ttf'); } 3. Set style font for your element import custom font.mp4 Hope that it can help you Support me by pressing 👍 if this useful for you tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
JillyHY Posted January 31, 2022 Share Posted January 31, 2022 Hi there, like the orginal poster, I'm not a coder...wondering how to make an uploaded font the "headline" in my site style? Is there code I can copy and paste? I tried doing what the video shows, but get a "syntax error" message. Thank you! Link to comment
Guest Posted January 31, 2022 Share Posted January 31, 2022 Would need to see your website 🙂 But it's usually something like h1{ font-family: "your-font-name-here" !important; } -Z Link to comment
tuanphan Posted February 4, 2022 Share Posted February 4, 2022 On 2/1/2022 at 1:27 AM, JillyHY said: Hi there, like the orginal poster, I'm not a coder...wondering how to make an uploaded font the "headline" in my site style? Is there code I can copy and paste? I tried doing what the video shows, but get a "syntax error" message. Thank you! If you share link to page where you use "headline", we can give exact code 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!) 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