Title: Editor font is wrong
Last modified: May 21, 2026

---

# Editor font is wrong

 *  Resolved [Ricard Torres](https://wordpress.org/support/users/quicoto/)
 * (@quicoto)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/editor-font-is-wrong/)
 * In Gutenberg editor the font for the post content is using the “reset.css” rather
   than the correct one.
   It happens in multiple of my blogs, different instances.
 * **WordPress version: 7.0**
 * ![](https://i0.wp.com/media.ricard.social/media_attachments/files/116/611/199/
   943/314/214/original/0522c8d736bf676d.webp?ssl=1)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Joel Adrian](https://wordpress.org/support/users/joeladriangn/)
 * (@joeladriangn)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/editor-font-is-wrong/#post-18914351)
 * Hi,It looks like reset.min.css is overriding the Gutenberg editor styles and 
   forcing a serif font in the editor.
 * Since this is happening across multiple sites, it’s likely related to a plugin
   or optimization tool that’s being used consistently. I’d start by checking any
   cache, performance, or custom styling plugins.
 * As a quick test, you can temporarily disable those plugins, clear all caches,
   and reload the editor to see if the correct font comes back.From what it looks
   like, this is more of a CSS conflict rather than a WordPress 7.0 bug.
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/editor-font-is-wrong/#post-18914366)
 * As I mentioned earlier, I also think this is more likely related to the theme
   you’re using. For example, I can’t reproduce the issue in the Playground at all.
 * I would therefore recommend that you take a closer look at where this is coming
   from. See also: [https://wordpress.org/support/topic/read-this-first-wordpress-7-0/](https://wordpress.org/support/topic/read-this-first-wordpress-7-0/)
 *  Thread Starter [Ricard Torres](https://wordpress.org/support/users/quicoto/)
 * (@quicoto)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/editor-font-is-wrong/#post-18914402)
 * Do I need any font to show up here? 
   /wp-admin/font-library.php?p=%2Ffont-listThis
   is empty for me, for my current theme.
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/editor-font-is-wrong/#post-18914458)
 * Yes, that’s correct. If your theme doesn’t include fonts for this new view in
   WordPress 7.0, it will be empty. You can add fonts yourself, but your theme must
   also recognize and support them. Please contact the support team for the theme
   you’re using.
 *  Thread Starter [Ricard Torres](https://wordpress.org/support/users/quicoto/)
 * (@quicoto)
 * [2 weeks, 4 days ago](https://wordpress.org/support/topic/editor-font-is-wrong/#post-18914459)
 * The fix, sadly, has been to define a theme.json (which did not exist in my theme)
   with the following content:
 *     ```wp-block-code
       {  "$schema": "https://schemas.wp.org/trunk/theme.json",  "version": 2,  "settings": {    "appearanceTools": true,    "layout": {      "contentSize": "640px"    },    "typography": {      "fontFamilies": [        {          "fontFamily": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif",          "name": "System Font",          "slug": "system-font"        }      ]    }  },  "styles": {    "typography": {      "fontFamily": "var(--wp--preset--font-family--system-font)"    }  }}
       ```
   
 *  [Stuey](https://wordpress.org/support/users/sirstuey/)
 * (@sirstuey)
 * [2 weeks, 3 days ago](https://wordpress.org/support/topic/editor-font-is-wrong/#post-18915386)
 * Same exact problem here, where WP 7.0 changed over all default block editor fonts
   to a serif style that’s extremely difficult to read.
 * Thanks for the temporary fix, I’ll give that a try! Hopefully this will be fixed
   with the next bug update.
 * **Update: I found a simple fix.**
 * In any Block Editor page, such as editing a post, 3 dot menu, Preferences, then
   Appearance, and then disable “Use theme styles.”
 * That should buy me some time before having to update my theme for full 7.0 compatibility.
    -  This reply was modified 2 weeks, 3 days ago by [Stuey](https://wordpress.org/support/users/sirstuey/).
 *  [ncaross](https://wordpress.org/support/users/ncaross/)
 * (@ncaross)
 * [2 weeks, 3 days ago](https://wordpress.org/support/topic/editor-font-is-wrong/#post-18915408)
 * It’s happening on my MyThemeShop theme sites. It’s hideous and hard to edit anything.
 * EDIT: [@sirstuey](https://wordpress.org/support/users/sirstuey/) ‘s fix nailed
   it. Thanks!
    -  This reply was modified 2 weeks, 3 days ago by [ncaross](https://wordpress.org/support/users/ncaross/).
    -  This reply was modified 2 weeks, 3 days ago by [ncaross](https://wordpress.org/support/users/ncaross/).
 *  [Toxndev](https://wordpress.org/support/users/viettoan2210/)
 * (@viettoan2210)
 * [2 weeks, 3 days ago](https://wordpress.org/support/topic/editor-font-is-wrong/#post-18915443)
 * I had the same issue after upgrading to WordPress 7.0 — the editor font suddenly
   changed to a serif font.
   I followed [@sirstuey](https://wordpress.org/support/users/sirstuey/)
   suggestion, and it fixed the problem for me.
 * Thanks a lot!

Viewing 8 replies - 1 through 8 (of 8 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Feditor-font-is-wrong%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [editor](https://wordpress.org/support/topic-tag/editor/)
 * [font](https://wordpress.org/support/topic-tag/font/)
 * [gutenberg](https://wordpress.org/support/topic-tag/gutenberg/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 6 participants
 * Last reply from: [Toxndev](https://wordpress.org/support/users/viettoan2210/)
 * Last activity: [2 weeks, 3 days ago](https://wordpress.org/support/topic/editor-font-is-wrong/#post-18915443)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
