From ca99c7dc9044e4df27dff2a425cffe16f1f85114 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 8 Feb 2010 23:46:54 -0700 Subject: [PATCH] Tweak default HTML UI font --- imp/lib/Ui/Compose.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/imp/lib/Ui/Compose.php b/imp/lib/Ui/Compose.php index 056113e06..62b9bb6ad 100644 --- a/imp/lib/Ui/Compose.php +++ b/imp/lib/Ui/Compose.php @@ -198,7 +198,13 @@ class IMP_Ui_Compose 'resize_enabled: false', /* Use the old skin for now. */ - 'skin: "v2"' + 'skin: "v2"', + + /* Default display font. This is NOT the font used to send + * the message, however. */ + 'contentsCss: "body { font-family: Arial; font-size: 12px; }"', + 'font_defaultLabel: "Arial"', + 'fontSize_defaultLabel: "12px"' ); $buttons = $GLOBALS['prefs']->getValue('ckeditor_buttons'); -- 2.11.0