dossdesignandco Posted November 2, 2022 Share Posted November 2, 2022 Hi, I am wanting to change the font of my blogs while keeping the other fonts throughout my site the same. What code would I use? Link to comment
Beyondspace Posted November 2, 2022 Share Posted November 2, 2022 12 hours ago, dossdesignandco said: Hi, I am wanting to change the font of my blogs while keeping the other fonts throughout my site the same. What code would I use? Can you share your URL to your blog page so we can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
dossdesignandco Posted November 2, 2022 Author Share Posted November 2, 2022 Sure! Its https://www.cathleencrobons.com/recipe-posts/slow-cooker-pot-roast - I want to only change the font on the blogposts. Link to comment
ReformDesign Posted November 2, 2022 Share Posted November 2, 2022 In custom CSS: /*for heading*/ .blog-item-wrapper h1 { font-family: 'font-name-here'; } /*for all body text*/ .blog-item-wrapper p { font-family: 'font-name-here'; } 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