Can You Change Font Size in Squarespace?

Yes, you can change the font size in Squarespace. The process can vary depending on the version of Squarespace you are using (7.0 or 7.1) and may involve different steps for specific templates. Here’s a detailed guide on how to adjust font sizes in Squarespace:

For Squarespace 7.1

Squarespace 7.1 provides a more unified design system compared to 7.0 and generally uses font styles that can be customized across your entire site. Here’s how to change the font size:

Using the Style Editor:

  1. Log in to your Squarespace account: Navigate to your website’s dashboard.

  2. Go to the Design Panel:

  3. Click on the “Design” option in the left sidebar.
  4. Select “Font” or “Site Styles” depending on the options you have.

  5. Customize Font Styles:

  6. You will see a list of pre-defined text styles such as Heading 1, Heading 2, Paragraph, etc.
  7. Click on each text style to adjust its font size. A panel will usually appear on the left side of the screen where you can change typography settings including font family, size, weight, decoration, and line height.

  8. Preview and Save:

  9. As you adjust each setting, you will see a real-time preview of your changes.
  10. Once you are satisfied with the new font sizes, click “Save” to apply the changes to your site.

For Squarespace 7.0

In Squarespace 7.0, the ability to change font sizes varies by template but is generally done through the Style Editor or custom CSS.

Using the Style Editor:

  1. Log in to your Squarespace account: Navigate to your website’s dashboard.

  2. Go to the Design Panel:

  3. Click on “Design” in the left sidebar.
  4. Select “Style Editor.”

  5. Adjust Text Styles:

  6. Within the Style Editor, click on specific text areas on your site or use the selectors in the editor panel to choose elements like headings, paragraphs, and more.
  7. Adjust the font size slider or input a specific size value to change the font size for each text element.

  8. Preview and Save:

  9. As with 7.1, adjustments will preview in real-time.
  10. Ensure you click “Save” to apply the changes to your site.

Using Custom CSS (Applicable for Both Versions)

For more granular control or for templates that do not offer extensive typography options via the Style Editor, you can use custom CSS:

Steps to Add Custom CSS:

  1. Log in to your Squarespace account: Navigate to your website’s dashboard.

  2. Go to the Design Panel:

  3. Click on “Design” in the left sidebar.
  4. Select “Custom CSS” from the dropdown menu that appears.

  5. Add CSS Code:

  6. Inside the CSS editor, you can type in your custom CSS code to adjust font sizes. For example: css h1 { font-size: 36px; } p { font-size: 18px; } This CSS code will change the font size for all <h1> elements to 36 pixels and all <p> (paragraph) elements to 18 pixels.

  7. Preview and Save:

  8. You can see the changes in real-time as you type.
  9. Click “Save” to apply the custom CSS.

Considerations and Limitations

  • Template Constraints: Some templates have inherent design limitations, so not all font changes might look aesthetically pleasing or may not be fully supported.
  • Mobile Responsiveness: Ensure that your font sizes are responsive and look good on both desktop and mobile devices. You can use media queries in custom CSS to handle different screen sizes.
  • Consistency: Maintain a consistent font size hierarchy for better readability and a professional appearance.

By following these steps, you should be able to effectively manage and customize the font sizes across your Squarespace site, ensuring that your content is both visually appealing and readable.

Previous
Previous

Can You Change Font on Squarespace Template?

Next
Next

Can You Change Line Spacing in Squarespace?