<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Thomas,</div><div><br></div><div>Glad you're having fun :)</div><div><br></div><div>Confusingly, Self has two GUI frameworks. The first, UI1 (under the <i>userInterface</i> label in <i>globals</i>) is the older one and not used by default. I think it will be put into an optional install in the next release.  It's great fun to play with though.</div><div><br></div><div>The current one is <i>ui2</i> or morphic, which is under the <i>ui2</i> label in <i>globals</i>.  If you are coming from Squeak you might be a bit familiar with morphic in Self, but Self morphic is older and simpler. </div><div><br></div><div>Have a read of <a href="http://docs.selflanguage.org/morphic.html">http://docs.selflanguage.org/morphic.html</a></div><div><br></div><div>Anyway, to change fonts requires a bit of poking around I'm afraid - there isn't a nice GUI preferences morph (yet). Important objects are: </div><div><br></div><div><i>outlinerPreferences</i></div><div><i>generalCategoryModel parent</i></div><div> (especially the <i>objectTitleFontSpec</i> and <i>subcategoryTitleFontSpec</i> slots)</div><div><br></div><div>I've attached a little module which messes with some fonts that I did a while back to help you get started. You can file it in with:</div><div><br></div><div>'morphicFacelift.self' runScript</div><div><br></div><div>Keep us posted with your travels - we need feedback on what works and what's confusing!</div><div><br></div><div>Cheers, Russell</div><div><br></div><div><br></div><div><br></div><div><br></div><div></div></body></html>