Skip to content

Tony Perez

Tony Perez

  • Home
  • Posts
  • Tools
    • Palworld Progress Tracker
    • Currency Converter
    • Hex to RGB Converter
    • Weight Converter
    • Word & Character Count
  • Ultra Fast UK Web Hosting
  • Home
  • Posts
  • Tools
    • Palworld Progress Tracker
    • Currency Converter
    • Hex to RGB Converter
    • Weight Converter
    • Word & Character Count
  • Ultra Fast UK Web Hosting
Quick Reads
  • TikTok LIVE Studio keeps redownloading 700mb+
  • Fix ‘Purchase Call of Duty Black Ops 6 to have access to everything’ error on Game Pass
  • Complete List of iOS 26 Features & Changes
  • Bypass Radio Garden Block In The UK
  • How To Play OSRS In Fullscreen (RuneLite)
  • How To Export Your Amazon Orders To Excel
  • Automatically Post OSRS Notifications To Discord
  • How To Add Image Borders To Ivanti Knowledge Base Articles
  • How To Fix Fishing Bug in Palia
  • New Microsoft Teams Suddenly Crashing During Calls or Meetings
  • How To Find Full Network Path Of Mapped Drive
  • Quick Guide to Restore Corrupt World Save in Palworld
  • Palworld Progress Tracker – 300+ Completionist Achievements
  • How To Save Existing Table Style In Microsoft Word
  • CSM Option Greyed Out in BIOS
  • Orange DRAM Light, No Display
  • Fix Fire Stick Bluetooth Audio Delay (Alexa)
  • How To Pause Task Manager
  • OW2 Fix: Health Bars Disappeared While Healing
  • Outlook Automatically Creates Teams Meeting When Inviting Attendees
Home>Guide>WordPress>Change WordPress Editor Font
WordPress

Change WordPress Editor Font

Tony
December 13, 2020

The default font when composing a page or post using WordPress’s built-in editor is Noto Serif. To change this is very simple and only requires editing one file.

  1. Use FileZilla or cPanel’s File Manager to navigate to your_website/wp-admin
  2. Open the file ‘edit-form-blocks.php’ using a text editor (I recommend Notepad++)
  3. Search for ‘Noto Serif’ and change to your desired font (for me it is located on line 194)

Before:

$locale_font_family = esc_html_x( 'Noto Serif', 'CSS Font Family for Editor Font' );

After:

$locale_font_family = esc_html_x( 'Open Sans', 'CSS Font Family for Editor Font' );

It is a good idea to back up the original file in case you accidentally edit the file incorrectly. I would suggest downloading the file to your computer before editing it, so that you can simply re-upload it and replace the file if something goes wrong.

It is worth noting that your chosen font should be one that is installed on your computer already. You should also note that the font chosen here will not affect how the final post/page is displayed on your website to end users; it will only affect how it is displayed to you whilst editing.

Finally, you should note that when an update is installed for WordPress, it is likely that this file will be overwritten and you will need to carry out this change again. It is possible that you may be able to add code to your functions.php file to change the font, but as it’s a fairly straightforward and quick change, I prefer to do it by editing the file.

Related Articles

WordPress

Change ‘Archives’ Text In WordPress

Skip Logo Cropping in WordPress WordPress

Skip Cropping Logo in WordPress

WordPress

Install PHP 7.3 For WordPress (cPanel)

WordPress

Access Additional CSS + Old Customizer In WP 5.9

Logo for showing categories in permalink/breadcrumbs for WordPress WordPress

Show All Categories In Permalink and Breadcrumbs in WordPress

Latest Posts

  • TikTok LIVE Studio keeps redownloading 700mb+
  • Fix ‘Purchase Call of Duty Black Ops 6 to have access to everything’ error on Game Pass
  • Complete List of iOS 26 Features & Changes
  • Bypass Radio Garden Block In The UK
  • How To Play OSRS In Fullscreen (RuneLite)
  • How To Export Your Amazon Orders To Excel
  • Automatically Post OSRS Notifications To Discord
© 2026 Tony Perez | WordPress Theme Ultra Lite