From: Michael M Slusarz Date: Tue, 9 Feb 2010 06:46:54 +0000 (-0700) Subject: Tweak default HTML UI font X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ca99c7dc9044e4df27dff2a425cffe16f1f85114;p=horde.git Tweak default HTML UI font --- 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');