From 0201298cd8f767389789f7c35897985d4475836a Mon Sep 17 00:00:00 2001 From: Thomas B. <thomas@roundcube.net> Date: Mon, 16 Sep 2013 13:47:24 -0400 Subject: [PATCH] Merge pull request #118 from Dennis1993/patch-12 --- config/defaults.inc.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 95e024c..97c8f3b 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -984,5 +984,9 @@ // Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, Verdana $config['default_font'] = 'Verdana'; +// Default font size for composed HTML message. +// Supported sizes: 8pt, 10pt, 12pt, 14pt, 18pt, 24pt, 36pt +$config['default_font_size'] = '10pt'; + // Enables display of email address with name instead of a name (and address in title) $config['message_show_email'] = false; -- Gitblit v1.9.1