CalShark Posted November 8, 2023 Posted November 8, 2023 I'd like to change the font/typeface for my blog titles and paragraphs, and have it be consistent across the blog page itself and the page that lists all my blogs (https://www.calsharkey.com/blog). I found this code for the blog title, although it only works for the blog page: .blog-item-title h1 { font-family: 'FuturaBookFont' !important; } Thanks for any help!
CassAggett Posted November 8, 2023 Posted November 8, 2023 Try this instead, it doesn't look like the code you're using is picking up the font on my end: .blog-side-by-side .blog-title, .blog-item-wrapper .blog-item-title h1.entry-title { font-family: 'FuturaBookFont' !important; } CalShark and SilverBirchStudio 2 Instruction: How to set a site-wide password If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM
CalShark Posted November 8, 2023 Author Posted November 8, 2023 1 hour ago, CassAggett said: Try this instead, it doesn't look like the code you're using is picking up the font on my end: .blog-side-by-side .blog-title, .blog-item-wrapper .blog-item-title h1.entry-title { font-family: 'FuturaBookFont' !important; } This works perfect for both pages, thank you! Could I bother you for the CSS to change the body/paragraph font as well? CassAggett 1
Solution CassAggett Posted November 9, 2023 Solution Posted November 9, 2023 22 hours ago, CalShark said: This works perfect for both pages, thank you! Could I bother you for the CSS to change the body/paragraph font as well? Are you wanting this to be the same font? If so, use this: // PARAGRAPH FONTS // .sqsrte-small, p, .sqsrte-large { font-family: 'FuturaBookFont'; } CalShark 1 Instruction: How to set a site-wide password If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment