Much better! ;) I would also make the title font sans serif, but that's not critical. Cheers, Adrian On May 18, 2009, at 14:02 , Damien Cassou wrote:
On Mon, May 18, 2009 at 1:51 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
I agree with Lukas, Bill, and Simon (that is, to change the default font to DejaVu Sans).
Ok, here is the new version. What do you think?
font := LogicalFont familyName: 'DejaVu Sans' pointSize: 10. codeFont := LogicalFont familyName: 'DejaVu Sans Mono' pointSize: 9. titleFont := LogicalFont familyName: 'DejaVu Serif' pointSize: 11.
Preferences setListFontTo: font. Preferences setMenuFontTo: font. Preferences setCodeFontTo: codeFont. Preferences setButtonFontTo: font. Preferences setSystemFontTo: font. Preferences setWindowTitleFontTo: titleFont.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project