How to Quickly Change the Font Size in WordPress

How to Quickly Change the Font Size in WordPress

When you’re working on your WordPress site, sometimes the default font size just doesn’t cut it. Maybe your text looks too small on a desktop, or maybe you want headings that really stand out.

The good news?

WordPress provides several simple ways to adjust your font size, ensuring your content is easy to read and suits your style.

In this post, I’ll walk you through quick methods you can use to change the font size in WordPress. So, without any further ado, let’s get started.

1 Why You Should Change the Font in WordPress?

When you change the font on your WordPress site, you’re not just switching up the design; you’re shaping how visitors experience your content. The right font size and style can make your text easier to read, highlight important points, and reflect your brand’s personality.

Think about it: a font that looks perfect on your desktop might feel too small or cramped on a mobile screen. If visitors struggle to read your content, they’re less likely to stick around.

On the flip side, a clean, well-sized font keeps readers engaged and encourages them to explore more of your site.

Changing your font can also improve your SEO. A clear content structure, supported by readable fonts and headings, helps search engines understand your pages, especially if you publish long-form content. That means better chances of ranking higher and reaching the right audience.

2 How to Change the Font Size in WordPress

Now that you know why font size matters, let’s look at how you can change it in WordPress. Before you begin with any of the below methods, check your active theme settings to change the font size. Many modern WordPress themes come with built-in typography options that let you change font sizes, line height, and even font families directly from the Customizer.

2.1 Using the Headings

One of the quickest ways to adjust font size is by using headings. Headings automatically appear larger than regular text in most WordPress themes, so they’re perfect for grabbing attention. They also break your content into sections, making it easier for readers to scan and understand.

On top of that, headings improve your SEO. Search engines use them to understand your content structure, which helps your pages rank better, especially if you publish longer posts.

By using headings wisely, you’re not only improving readability but also boosting your chances of showing up higher in search results.

Changing Font Styles in Block Editor (Gutenberg)

To change the font size in the Gutenberg editor, navigate to your post or page.

Heading 2 will be the default for the block. If you want to modify this, select a new size from the ‘H2’ drop-down menu.

Set Heading

You can also adjust the size and color in the block settings on the right-hand side of the screen.

Heading Block

Once you’ve made the necessary changes, save/publish the post.

Changing Font Styles in Classic Editor

If you’re using the WordPress Classic Editor, changing font styles is quick and easy.

To do so, navigate to the post or page you want to edit. Highlight the text you’d like to turn into a heading.

In the toolbar, click the Paragraph dropdown menu. Choose the heading level (H1, H2, H3, etc.) that fits your content.

Classic editor heading

Once you apply the heading style, your text will appear larger and more structured. Don’t forget to click Update or Publish to save your changes.

2.2 Using a Plugin

If you want more control over font sizes and text formatting, the Advanced Editor Tools plugin (formerly TinyMCE Advanced) is a great option. It gives you extra flexibility beyond the default WordPress editor, letting you adjust font sizes, styles, and more. Refer to our dedicated tutorial on installing plugins in WordPress.

After installation, the plugin adds a Classic Paragraph block to the Gutenberg editor. To use the plugin to change the font sizes in WordPress, you need to install and activate it.

To do so, navigate to the Plugins page of the WordPress admin dashboard. Look for the plugin in the available search bar, install and activate it.

Install and activate Advanced Editor Tools

Navigate to Settings → Advanced Editor Tool (TinyMCE Advanced) to configure the editor settings. This is where you may customize the TinyMCE Advanced toolbar with the buttons you want to use.

Advanced Editor Tool Settings

Next, navigate to your post or page. Now, search the Classic Paragraph block. It will be automatically added since you activated the plugin.

Classic Paragraph block

Add it to your post or page. You can now use the editor as you would if using the classic editor style and alter the font in WordPress using the tools provided.

Classic Paragraph added

2.3 Using Full-Site Editor

To change the font size using the Full-Site Editor in WordPress, navigate to your WordPress dashboard and click AppearanceEditor to open the Full-Site Editor.

Navigate to Editor

Once inside, select the template or template part where you want to adjust the font size.

Select Template

In the settings panel, locate the Typography section and expand it. Here, you will find the option to change the Font Size. You can select from predefined sizes like small, medium, large, and extra-large or enter a custom size for more precise control.

Change font size using Full-Site Editor

After selecting the desired font size, review the changes in the editor preview to ensure they appear as expected.

Once satisfied with the adjustments, click Save to apply the changes site-wide.

2.4 Using the CSS code

Using CSS to change the font size in WordPress requires adding a few lines of code, but it gives you full control over your site’s typography. With CSS, you can adjust the default paragraph size across your entire website for a consistent look.

The easiest way to do this is by navigating to Appearance → Customize and using the Theme Customizer.

Customize settings

Some WordPress themes have built-in options to adjust font size, making it easy to customize text without writing any code. If your theme includes this feature, you can modify font sizes directly from the settings. However, if your theme doesn’t offer this option, you can still take control by using custom CSS.

To do so, navigate to Appearance → Customize → Additional CSS in your WordPress dashboard. Here, you can add font size rules and instantly see the changes in the live preview. This allows you to fine-tune your website’s font exactly how you want it.

Add Additional CSS

Add your code to the CSS text box. For example, we have changed the font size to ’15px’, you can choose a different font size.

p {
font-size:15px;
}

The modifications will be immediately visible in the preview on the right-hand side of the screen. To make it live, click the Publish button at the top of your screen once you’re satisfied with the font size.

Change font size with the CSS code

The above code will change the font size only for paragraphs. If you want to change the font size for all H2 sub-headings, modify the above code as shown below.

h2 {
font-size:32px;
}

3 Conclusion

Typography has a big impact on how visitors experience your website. The right font size makes your content easier to read, keeps people engaged, and gives your site a polished look.

The good news is that changing font sizes in WordPress doesn’t have to be complicated. If you’re comfortable with CSS, you can customize your theme directly. But if you prefer a simpler approach, plugins make it quick and hassle-free.

By choosing the method that works best for you, you’ll improve readability, enhance user experience, and create a site that feels professional and accessible.

What about you? What font sizes or design tweaks do you use to make your content stand out? Let us know by tweeting @rankmathseo. 💬

Email Icon

Don’t Miss Any Future Post!

Sign up today for Exclusive SEO Articles