How to Change Font Type in WordPress

Want to give your website a new look? Changing the font is a fast and easy way to do that. Fonts make a big difference in how your site feels. Some fonts look clean and modern. Others feel old or hard to read. Picking the right one can make your site look more professional and easier to use.

Good news—changing the font in WordPress doesn’t take long. You don’t need to know any code. Let’s go over the best ways to do it.

How to Change Font Type in WordPress

1. Use the WordPress Customizer

This is the easiest way, and most people should start here.

Steps:

  1. Go to your WordPress Dashboard.

  2. Click Appearance → Customize.

  3. Look for a menu called Typography or Fonts.

  4. Pick your new font from the list.

  5. Click Publish to save the change.

Not all themes have font options in the Customizer. If you don’t see them, try the next method.

2. Use a Font Plugin

If your theme doesn’t let you change fonts, don’t worry. A plugin can help.

Use “Easy Google Fonts”:

  1. Go to Plugins → Add New.

  2. Search for Easy Google Fonts.

  3. Click Install, then Activate.

  4. Now go to Appearance → Customize.

  5. You’ll see a new section for fonts.

This plugin lets you choose from hundreds of fonts. You can set different fonts for body text and headings. It’s free and easy to use.

3. Change Fonts with Elementor

If you use Elementor, you can change fonts right in the editor.

Here’s how:

  1. Open the page you want to edit with Elementor.

  2. Click on a text area.

  3. Go to the Style tab.

  4. Click on Typography.

  5. Choose your font.

  6. Adjust the size, weight, or letter spacing if you want.

  7. Click Update to save.

You can also set global fonts in Elementor so all your pages use the same styles.

4. Use Custom CSS (For Advanced Users)

This method is for people who are okay with using a little code.

You can change fonts using CSS if your theme doesn’t give you any other way.

Basic example:

body {
font-family: 'Open Sans', sans-serif;
}

To add this:

  1. Go to Appearance → Customize.

  2. Click Additional CSS.

  3. Paste the code.

  4. Click Publish.

You can find free fonts at Google Fonts. Some may need you to add a small script in your theme’s header. If you’re not sure, it’s best to use a plugin instead.

Tips for Picking Fonts

  • Use no more than two fonts.

  • Make sure they’re easy to read.

  • Test how they look on phones and tablets.

  • Don’t go too fancy—simple fonts work best.

  • Avoid Comic Sans. Always.

Final Thoughts

Fonts matter. They help people read your content and trust your site. Changing them is simple once you know how. Whether you’re using the Customizer, a plugin, or a page builder like Elementor, you can make your website look way better in just a few clicks.

If you’re not sure which font to pick, try Lato, Open Sans, or Roboto. They’re clean, modern, and work well on all devices.

Facebook
Twitter
LinkedIn
Pinterest

Table of Contents