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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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