From ef4f301599a9fe37647bb920f23c82ad0d1399b8 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 6 Mar 2012 20:33:19 +0000 Subject: [PATCH] Revert change to the default font in the visual editor, see #20184 git-svn-id: https://develop.svn.wordpress.org/trunk@20125 602fd350-edb4-49c9-b593-d223f7449a82 --- .../js/tinymce/themes/advanced/skins/wp_theme/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css b/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css index 5aa6c3ba30..23fef64c9a 100644 --- a/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css +++ b/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css @@ -38,7 +38,7 @@ font[face=mceinline] {font-family:inherit !important} /* WordPress styles */ body { - font-family: sans-serif; + font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; font-size: 13px; line-height: 19px; color: #333;