Can I Choose Whatever Font I Want to Use on Squarespace?

You want full control over which fonts appear on your Squarespace site - and while the platform does not offer unlimited fonts, the selection is large and expandable with custom uploads. Squarespace provides access to over 600 Google Fonts and 1,000+ Adobe Fonts through a Creative Cloud connection. For fonts outside these libraries, you can upload custom font files and apply them using Custom CSS on any plan.

You can choose from over 1,600 fonts on Squarespace through the built-in Google Fonts library, Adobe Fonts integration, and custom font uploads. This guide covers how to find, change, and add fonts - including fonts not in the default library.

Can I Choose Whatever Font I Want to Use on Squarespace?

I recommend starting with Squarespace's built-in font picker before going the custom route - the Google and Adobe Fonts selection covers most branding needs, and built-in fonts load faster than custom uploads. Squarespace includes Google Fonts and Adobe Fonts integration on every plan. Use coupon code OKDIGITAL10 for 10% off any Squarespace plan.

What Fonts Are Available on Squarespace?

Squarespace pulls fonts from three sources, giving you a combined library of over 1,600 options.

Google Fonts (600+)

The majority of Squarespace's built-in font library comes from Google Fonts - a free, open-source collection. These fonts are optimized for web use and load quickly. Popular choices like Montserrat, Open Sans, Lato, Playfair Display, and Roboto are all available directly in the font picker.

Adobe Fonts (1,000+)

Connect your Adobe Creative Cloud account to unlock over 1,000 additional premium fonts. Go to Design > Fonts > Adobe Fonts to connect. Once linked, Adobe fonts appear alongside Google Fonts in the picker. This includes professional typefaces from foundries like Adobe Originals, Monotype, and others not available through Google Fonts.

System Fonts

Squarespace also includes web-safe system fonts (Arial, Georgia, Helvetica, Times New Roman) that load instantly because they are already installed on most devices. These are reliable fallback options.

How to Change Fonts on Squarespace

The process differs slightly between 7.0 and 7.1, but the core steps are the same.

On Squarespace 7.1

Go to Design > Site Styles > Fonts. Click on any font category - Headings, Paragraphs, Buttons, or Miscellaneous. Click the font family name, then Browse All Fonts. Search by name or scroll the list. Select a font. Adjust weight, size, letter spacing, and line height. Click Save.

On Squarespace 7.0

Go to Design > Site Styles. Find the typography section for the element you want to change (heading, body text, etc.). Click the font family dropdown and Browse All Fonts. Search or scroll to find your font. Save your changes.

Searching for a Specific Font

Use the search bar at the top of the font browser. Type the exact font name. If it appears, select it. If it does not appear, the font is not in Squarespace's built-in library - but you can still use it via custom upload (covered below). For font pairing ideas, our guide to best Squarespace fonts covers combinations for every brand style.

How to Add a Font That Is Not in Squarespace

If your desired font is not available through Google Fonts or Adobe Fonts, you can upload it manually.

Step 1: Get the Font File

You need the font in WOFF2 format (best) or WOFF. Convert TTF or OTF files using Font Squirrel's free Webfont Generator. Verify you have a web license for the font - many desktop fonts require a separate license for web use.

Step 2: Upload to Squarespace

Go to Design > Custom CSS. Click Manage Custom Files below the CSS editor. Upload your font file. Click the filename - Squarespace inserts the file URL. Copy this URL.

Step 3: Declare with @font-face

Add this CSS to the Custom CSS editor:

@font-face {
  font-family: 'YourFontName';
  src: url('YOUR-FILE-URL.woff2') format('woff2');
  font-display: swap;
}

Step 4: Apply to Elements

h1, h2, h3 { font-family: 'YourFontName', sans-serif; }

This applies your custom font to headings. Adjust the selectors for body text, buttons, or specific elements. For the full upload walkthrough, our guide to finding fonts on Squarespace covers every method. For advanced customization and features on Squarespace, Custom CSS opens up significant design possibilities beyond the built-in options.

Important Font Considerations

Fonts Display Differently Across Devices

The same font can render slightly differently on Windows vs Mac, Chrome vs Safari, and desktop vs mobile. This is due to different font rendering engines. Always test your font choices across multiple devices and browsers. Differences are usually subtle but noticeable on decorative or thin-weight fonts.

Font Retirement

Google and Adobe occasionally remove fonts from their libraries. If your site currently uses a retired font, it continues to work - the font is already cached. However, if you switch away from it, you cannot switch back. Squarespace will suggest a similar replacement, but it will not be identical.

Performance Impact

Each font you load adds to your page weight. Using 4-5 different fonts slows page loading noticeably. Stick to 2-3 fonts maximum: one for headings, one for body text, and optionally one for accents. Custom uploaded fonts add more weight than built-in fonts because they load from your site instead of a cached CDN.

Font Licensing

Google Fonts are free for any use. Adobe Fonts are licensed through your Creative Cloud subscription. Custom fonts may require purchasing a web license separately from a desktop license. Using a font without the proper license can result in legal issues.

Can You Use Different Fonts on Different Pages?

Yes, with Custom CSS. Target a specific page using its collection ID and set a different font-family for that page. However, using different fonts across pages creates inconsistency that can confuse visitors and weaken your brand. Reserve per-page fonts for genuinely different contexts - like a portfolio page with a creative display font vs standard body font on service pages. For per-page styling, our guide to setting different styles per page covers the full process.

Frequently Asked Questions

Can I use any font I want on Squarespace?

You can use any of the 1,600+ built-in Google and Adobe Fonts. For fonts outside these libraries, upload the font file and apply it with Custom CSS. There is no technical limit - if you have the file and license, you can use it.

How many fonts does Squarespace have?

Over 600 Google Fonts plus 1,000+ Adobe Fonts (with a Creative Cloud connection). System fonts add another dozen options. Custom uploads extend this further without limit.

How do I add Adobe Fonts to Squarespace?

Go to Design > Fonts > Adobe Fonts and connect your Creative Cloud account. Once connected, Adobe fonts appear in the font picker alongside Google Fonts. No CSS or file uploads needed.

Can I upload a custom font to Squarespace?

Yes. Upload the font file (WOFF2 format recommended) via Design > Custom CSS > Manage Custom Files. Then declare it with @font-face CSS and apply it to your desired elements. Ensure you have a web license for the font.

What happens if Google removes a font I am using?

Your site continues to use the font - it is already loaded. However, if you switch to a different font, you cannot switch back to the retired one. Squarespace suggests a similar replacement.

How many fonts should I use on my Squarespace site?

Stick to 2-3 fonts maximum: one for headings, one for body text, and optionally one for accents or buttons. More fonts slow page loading and create visual inconsistency.

Do fonts affect Squarespace site speed?

Yes. Each font adds to page weight and loading time. Built-in Google Fonts load from a cached CDN and are fastest. Custom uploaded fonts load from your site and are heavier. Limit font weights and families to minimize impact.

Choose From 1,600+ Fonts or Upload Your Own

Squarespace's built-in library covers most font needs. Connect Adobe Fonts for premium options. Upload custom fonts with CSS for anything else. Stick to 2-3 fonts, verify licensing, and test across devices for the best results.

Keep Reading

* Read the rest of the post and open up an offer
Top