Google Sheets uses Arial as its standard font for every new spreadsheet. While Arial is highly legible and functional, many professionals require specific typefaces to match corporate branding, improve data readability, or satisfy personal aesthetic preferences.

Currently, Google Sheets does not provide a single global toggle in the settings menu to change the default font for every new file created. However, you can effectively bypass this limitation using custom themes, specialized templates, or automation scripts. This guide explores every practical method to control your typography across the platform.

The Direct Answer to Changing Default Fonts

Google Sheets does not have a "global default font" setting that applies to all future spreadsheets automatically. When you open a blank sheet, it will always revert to 10pt Arial.

To work around this, you have three primary options:

  1. The Theme Method: Changes the font for all current and future tabs within a single workbook.
  2. The Template Method: Allows you to start every new project with your preferred font already pre-set.
  3. The Apps Script Method: Automates font application via a custom macro.

Method 1: Customizing the Workbook Theme

The most efficient way to change the font for an entire file—including any new tabs you add later—is through the Themes panel. This replaces the default Arial with a typeface of your choice across the entire workbook.

Steps to Customize Your Theme

  1. Open your spreadsheet and navigate to the Format menu.
  2. Select Theme from the dropdown list.
  3. A panel will appear on the right side of the screen. Click the Customize button at the top.
  4. Locate the Font dropdown menu.
  5. Choose your desired typeface (e.g., Roboto, Montserrat, or Lexend).
  6. Click Done.

Why the Theme Method Works

When you modify the theme, Google Sheets updates the "Normal" text style for that specific file. If you add a "Sheet2" or "Sheet3" to the same document, they will inherit the theme's font settings immediately.

In professional environments, this is particularly useful for maintaining brand consistency. For instance, if your company uses Open Sans, setting this in the Theme ensures that any colleague who contributes to the sheet will stay within the design guidelines without manual adjustments.

Method 2: Creating a Master Template for New Sheets

Since Google Sheets resets to Arial for every new document, the most effective long-term solution is to create a "Master Template." Instead of clicking "New" on the Google Sheets home screen, you will open your template and make a copy.

How to Set Up Your Master Template

  1. Create a brand-new spreadsheet and name it "Master Spreadsheet Template."
  2. Click the empty rectangle in the top-left corner (between column A and row 1) to Select All cells. Alternatively, press Ctrl + A (Windows) or Cmd + A (Mac).
  3. From the toolbar, select your preferred font and font size (e.g., Inter, 11pt).
  4. Apply any other recurring formatting, such as alternating row colors (Format > Alternating colors) or specific number formats.
  5. Close the file.

Using Your Template

The next time you need to start a project:

  1. Open your "Master Spreadsheet Template."
  2. Go to File > Make a copy.
  3. Name your new project and start working.

This workflow ensures you never have to see Arial again. From an efficiency standpoint, this saves approximately 30 to 60 seconds of formatting per file, which adds up significantly for data analysts and project managers.

Method 3: Using Apps Script for Advanced Automation

For power users who manage dozens of spreadsheets, manually creating copies or setting themes might be tedious. Google Apps Script allows you to write a small piece of code that applies your favorite font to any sheet with a single click.

The Automation Script

You can access the script editor by going to Extensions > Apps Script. Paste the following code: