Good idea. We can set up a blog on the Pharo web site. Will add this to my todo list...
Adrian On Mar 1, 2009, at 20:32 , Sebastian Sastre wrote: > Actually I was thinking simple :) > I had in mind a well writen blog post with that script, talking how > cool and fun > the environment is with those and maybe mentioning why good UI helps > do better > software. Just that could be teasing about pharo to an outsider. > > Of course the a blog should be for branding and well indexed (a nice > sitemap > could do it). > Better branding always help and it means valuable actions that > sometimes are > beyond the image ;) > best, > sebastian > >> -----Mensaje original----- >> De: [email protected] >> [mailto:[email protected]] En >> nombre de Michael Rueger >> Enviado el: Sunday, March 01, 2009 15:43 >> Para: [email protected] >> Asunto: Re: [Pharo-project] changing default font >> >> Rob Rothwell wrote: >>> And if you get tired of setting your fonts individually, >> you can set >>> them all at once: >> >> we should add something like that as font themes to the preferences? >> >> Michael >> >>> >>> font := LogicalFont familyName: 'Andika Basic' pointSize: 10. >>> codeFont := LogicalFont familyName: 'DejaVu Sans Mono' >> pointSize: 9. >>> Preferences setListFontTo: font. >>> Preferences setMenuFontTo: font. >>> Preferences setCodeFontTo: codeFont. >>> Preferences setButtonFontTo: font. >>> Preferences setSystemFontTo: font. >>> font := LogicalFont familyName: 'Andika Basic' pointSize: 11. >>> Preferences setWindowTitleFontTo: font. >>> >>> Just replace the font names with those of your choice! >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
