From 8419157aa13fb62f6e8cb02e7aa53752601e9225 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Thu, 19 Feb 2015 18:31:48 +0100 Subject: [PATCH] Tune fonts because of the new plan9port font rendering hacks. --- bin/acme.rc | 6 +++--- bin/racme.rc | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bin/acme.rc b/bin/acme.rc index 22a6819..05264c5 100755 --- a/bin/acme.rc +++ b/bin/acme.rc @@ -6,9 +6,9 @@ plumber fn cd { builtin cd $1 && awd $sysname } tabstop=4 #font=/home/jlouis/P/plan9/font/lucsans/unicode.8.font -#font='/mnt/font/Source Sans Pro/24a/font' -font='/mnt/font/Noto Sans/24a/font' -lfont='/mnt/font/Source Code Pro/24a/font' +#font='/mnt/font/Noto Sans/24a/font' +font='/mnt/font/Lucida Grande/15a/font' +lfont='/mnt/font/Source Code Pro/14a/font' SHELL=rc exec acme -a -f $font -F $lfont $* diff --git a/bin/racme.rc b/bin/racme.rc index 873b014..b0a122e 100755 --- a/bin/racme.rc +++ b/bin/racme.rc @@ -7,8 +7,9 @@ fn cd { builtin cd $1 && awd $sysname } tabstop=4 #font=/home/jlouis/P/plan9/font/lucsans/unicode.8.font #font='/mnt/font/Source Sans Pro/22a/font' -font='/mnt/font/Noto Sans/20a/font' -lfont='/mnt/font/Source Code Pro/22a/font' +#font='/mnt/font/Noto Sans/20a/font' +font='/mnt/font/Lucida Grande/12a/font' +lfont='/mnt/font/Source Code Pro/12a/font' SHELL=rc exec acme -a -f $font -F $lfont $*