CalShark Posted November 8 Share Posted November 8 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! Link to comment
CassAggett Posted November 8 Share Posted November 8 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 1 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 Link to comment
CalShark Posted November 8 Author Share Posted November 8 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 Link to comment
Solution CassAggett Posted November 9 Solution Share Posted November 9 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 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 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