diff --git a/ChangeLog b/ChangeLog index 198324396..27e2952f2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ $Source$ 2006-10-09 Marc Delisle * libraries/export/sql.php: bug #1562533, problems with unbuffered queries * Documentation.html: FontFamily, FontFamilyFixed + * themes/original/layout.inc.php: bug #1564409, default FontFamily 2006-10-07 Marc Delisle * scripts/create-release.sh: use lang-cleanup.sh from the kit, diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php index 4bba82bbb..549f3392b 100644 --- a/themes/original/layout.inc.php +++ b/themes/original/layout.inc.php @@ -51,7 +51,7 @@ $GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99'; * if not set the browser default will be used * (depending on browser, DTD and system settings) */ -$GLOBALS['cfg']['FontFamily'] = ''; +$GLOBALS['cfg']['FontFamily'] = 'sans-serif'; /** * fixed width font family, used in textarea */