From b6eb388ac43d42a9164c9872278f7c7daf9a2f72 Mon Sep 17 00:00:00 2001 From: azaozz 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: http://svn.automattic.com/wordpress/trunk@20125 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../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;