(Squarespace) How to change font of paragraph in Blog Page

To change font of Paragraph in Blog Page content.

You can use this code to Custom CSS.
You can also use this free blog tool so you can customize blog easier without using code.

div.blog-item-content-wrapper p {
    font-family: monospace;
}

Remember to change monospace with font what you want.

2 Likes