annienic12 Posted April 29 Share Posted April 29 Hi I've been trying to change the font in this one text block on one page of my website (not linked yet). Firstly, I'm not sure which block ID to use as there appears to be two over the top of the text block? Secondly, I'm not sure what custom css code to use to change just this text's font? Any help appreciated for this newbie! Thanks. Link to comment
Beyondspace Posted April 29 Share Posted April 29 1 hour ago, annienic12 said: Hi I've been trying to change the font in this one text block on one page of my website (not linked yet). Firstly, I'm not sure which block ID to use as there appears to be two over the top of the text block? Secondly, I'm not sure what custom css code to use to change just this text's font? Any help appreciated for this newbie! Thanks. Can you share your URL so we can check it easier? 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
annienic12 Posted April 29 Author Share Posted April 29 It's https://sunsolutionswa.com.au/architects-interior-designers Link to comment
tuanphan Posted May 1 Share Posted May 1 On 4/29/2024 at 2:09 PM, annienic12 said: It's https://sunsolutionswa.com.au/architects-interior-designers You can use a code like this to Website > Website Tools > Custom CSS div#block-yui_3_17_2_1_1714119484170_7159 h2 { font-family: 'circular' !important; } 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
annienic12 Posted May 6 Author Share Posted May 6 Thanks @tuanphan. If I wanted to use architects daughter as the font, do I change 'circular' to 'architectsdaughter'? Link to comment
tuanphan Posted May 8 Share Posted May 8 On 5/6/2024 at 1:27 PM, annienic12 said: Thanks @tuanphan. If I wanted to use architects daughter as the font, do I change 'circular' to 'architectsdaughter'? Yes, but if it is custom font, you need to declare font first, something like this' @font-face { font-family: architectsdaughter; src: url(paste architectsdaughter font file url here); } div#block-yui_3_17_2_1_1714119484170_7159 h2 { font-family: 'architectsdaughter' !important; } 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