What is the font in Wordpress Post editor

I’m trying to figure out what the font family in Wordpress Post/Page content editor window is. On Windows this seems to be Georgia, but on Mac it seems that some other font is being used.

Any advice would be much appreciated. Thank you!

Look to see in your functions.php for your theme, if you have a

add_editor_style('your-theme-style.css');

somewhere. This would indicate that you have an editor style sheet set - you could then go to that style sheet and see. If not… I think that it defaults to whatever your system default font is? I could be wrong though.

Either way, you could SET your own editor styles by using the above method - creating an editor style sheet (Google “creating an editor style sheet for Wordpress” for some starting points).

Hope that’s a helpful start!

Thank you very much Jeffreylees. This is quite helpful!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.