SQSP Themes

View Original

What Fonts Are Available in Squarespace?

Squarespace offers a robust selection of fonts to help customize your website's aesthetic. As of the latest updates, here are the key categories of fonts you can find within the Squarespace platform:

1. Google Fonts

Google Fonts is a popular resource for free, open-source fonts. Squarespace has integrated a wide selection from Google Fonts, giving users access to hundreds of font styles. These fonts are highly versatile and can easily enhance both the readability and visual appeal of your site. Examples include:

  • Roboto
  • Lato
  • Montserrat
  • Open Sans
  • Merriweather

2. Adobe Fonts (formerly Typekit)

If you have an Adobe Creative Cloud subscription, you can integrate Adobe Fonts into your Squarespace site. This opens up even more high-quality, professionally designed fonts. Popular fonts in this category include:

  • Proxima Nova
  • Futura PT
  • Avenir
  • Raleway
  • Abril Fatface

3. System Fonts

Squarespace also provides access to standard system fonts, which are pre-installed on most computers. These fonts are usually very web-safe, meaning they are highly likely to display correctly across different devices and browsers. Examples of system fonts include:

  • Arial
  • Georgia
  • Times New Roman
  • Helvetica
  • Courier New

4. Squarespace's Native Fonts

Squarespace supplies a curated set of custom fonts that align well with the platform’s design ethos. These fonts are selected for their readability and aesthetic appeal and are optimized for Squarespace templates.

Customizing Fonts in Squarespace:

Via the Style Editor:

To change fonts using the Style Editor:

  1. Log in to your Squarespace account.
  2. Navigate to your website.
  3. Click on the "Design" tab in the sidebar.
  4. Select "Site Styles.”
  5. In the Site Styles panel, scroll to the section related to typography. Here, you can adjust fonts for various elements such as headers, body text, and navigation.
  6. Click on the font family dropdown to see available fonts. You can either pick from the list or use the search bar to find a specific font.
  7. Adjust additional font settings such as size, weight, letter spacing, and line height to fine-tune the appearance.

Via CSS:

For more advanced users, custom fonts can also be added using CSS code. Here are some general steps:

  1. Ensure the font file is hosted somewhere accessible online (e.g., on your Squarespace site or an external website).
  2. Go to Design > Custom CSS.
  3. Add CSS code to import and apply your custom font. Here’s a basic example:

    ```css @font-face { font-family: 'CustomFont'; src: url('https://yourfontlocation.com/customfont.woff2') format('woff2'), url('https://yourfontlocation.com/customfont.woff') format('woff'); }

    body { font-family: 'CustomFont', sans-serif; } ```

Considerations:

  • Performance: Be mindful of the potential impact on page load times, particularly if you use multiple web fonts that require downloading additional files.
  • Typography Consistency: Consistent font choices help maintain a cohesive and professional look.
  • Readability: Ensure your chosen fonts are legible across different devices and screen sizes. Generally, sans-serif fonts are preferred for web content because of their readability on screen.
  • Licensing: Ensure you have appropriate licensing for any fonts you choose to use, especially if they aren't free or open-source.

Conclusion:

Squarespace's selection of Google, Adobe, system, and custom fonts enables a high level of customization for users, catering to a broad spectrum of design needs. By leveraging these resources, you can create a visually compelling and highly functional site that aligns with your brand’s identity. Make sure to experiment but also consider performance and readability to enhance the user experience effectively.