mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 00:30:49 +00:00
change default font for main HTML content to include backups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19590 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
95f2edc597
commit
08397a57cf
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ static NSString *mainFont = nil;
|
|||
|
||||
// default fonts
|
||||
tocFont = @"sans";
|
||||
mainFont = @"palatino linotype"; // good on linux, elsewhere gets 'serif'
|
||||
mainFont = @"palatino linotype,times,serif";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -408,7 +408,7 @@ static NSString *mainFont = nil;
|
|||
|
||||
/*
|
||||
* For a class, we want to list methods in any associated
|
||||
* categories as well as those of the class itsself.
|
||||
* categories as well as those of the class itself.
|
||||
*/
|
||||
catNames = [[[refs objectForKey: @"categories"]
|
||||
objectForKey: classname] allKeys];
|
||||
|
|
Loading…
Reference in a new issue