WordPress Classic Editor Font

Wiki.TerraBase.info
Revision as of 14:45, 6 January 2021 by Root (talk | contribs) (Created page with "If you want a font for the WordPress Classic Editor (TinyMCE) that isn't the Georgia Font (strikingly similar to the Microsoft Times New Roman font), then do the following; *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you want a font for the WordPress Classic Editor (TinyMCE) that isn't the Georgia Font (strikingly similar to the Microsoft Times New Roman font), then do the following;

  • Create a file in the ./themes/ directory, name it anything.css (suggestion: tinymce_font.css) with the following code;
    body#tinymce.wp-editor {
    font-family: Arial, Helvetica, sans-serif !important;
    }