WordPress GuideBuild → Disable Google Fonts

How to disable Google Fonts on WordPress

Google Fonts are widely used in WordPress themes and plugins—but they’re not always the right choice. Whether you’re aiming for better performance, GDPR compliance, or just prefer system fonts, there are several ways to remove Google Fonts from your site. 

Let’s walk through each one.

Get fast, reliable hosting for WordPress

Power your site with the industry’s fastest, most optimized WordPress hosting

1. Use a plugin to disable Google Fonts

The easiest way to disable Google Fonts—especially if you’re not comfortable with code—is to use a plugin like Disable and Remove Google Fonts

After activation, clear your site and browser cache.Then, check your front end to confirm fonts now default to system fonts.

2. Disable Google Fonts using your theme’s settings

Some themes offer built-in options to turn off Google Fonts without editing code.

How to check your theme:

Examples of popular themes with this setting:

3. Disable Google Fonts in plugin settings

Many popular plugins include their own typography options and may load Google Fonts regardless of your theme settings. If your site still loads fonts from Google after using a plugin or modifying your theme, it’s likely that one of your plugins is adding them.

In most cases, disabling these fonts involves opening the plugin’s settings and looking for an option related to typography, assets, or performance. You might see a checkbox to prevent loading of Google Fonts or an advanced setting that lets you use system fonts instead.

If you can’t find the setting, check the plugin’s documentation or support forum for font-related options. Some advanced users choose to disable fonts with a custom filter, often added using a plugin like WPCode.

4. Remove Google Fonts using functions.php (advanced users)

For more control—or if your theme doesn’t include a built-in option—you can manually remove Google Fonts by editing your theme’s functions.php file. This approach requires a bit of code, but it works reliably if you know what to target.

Troubleshooting: Google Fonts still loading?

Even after disabling them, you might still see Google Fonts in your site’s code. Here’s what you can look at first:

Optional: Replace Google Fonts with system fonts

Once you’ve disabled Google Fonts, it’s a good idea to define a consistent system font stack so your site still looks clean and professional. System fonts load instantly, don’t rely on third-party servers, and help keep your site fast and privacy-friendly.

Here’s a commonly used stack:

You can apply this stack:

Additional resources

How to build a WordPress site →

A complete beginner’s guide that covers 9 key steps to a successful launch

Give your website the dark mode treatment (WordPress) →

Learn how to enable dark mode on your WordPress website to enhance user experience and reduce eye strain.




































How to use WordPress Gutenberg blocks →

A complete beginner’s guide to Gutenberg blocks