From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 28 Apr 2012 21:55:49 -0700 From: Lyndon Nerenberg To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: <2879f8fe7f8e3cef99bce752ea2bfa87@hera.eonet.ne.jp> Message-ID: References: <2879f8fe7f8e3cef99bce752ea2bfa87@hera.eonet.ne.jp> User-Agent: Alpine 1.10 (OSX 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [9fans] =?iso-2022-jp?b?bHVjaWRhc2FucyBhbmQgGyRCRnxLXDhsST0bKEI=?= =?iso-2022-jp?b?GyRCPCgbKEI=?= Topicbox-Message-UUID: 81f5d154-ead7-11e9-9d60-3106f5b1d025 > You mean change the hardcoded font name > in /sys/src/cmd/acme/acme.c? No, add something like: font = /lib/font/bit/fixed/unicode.7x13.font fn acme {builtin acme -f $font $*} to your lib/profile. This will set your acme and rio fonts to unicode.7x13.font. Substitute the pathname to your preferred font file, then reboot your terminal. --lyndon