bug #1564409, default in FontFamily

This commit is contained in:
Marc Delisle
2006-10-09 14:52:36 +00:00
parent b9cb622f2d
commit 97bd2d65e7
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ $Source$
2006-10-09 Marc Delisle <lem9@users.sourceforge.net>
* 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 <lem9@users.sourceforge.net>
* scripts/create-release.sh: use lang-cleanup.sh from the kit,

View File

@@ -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
*/