Navigation Menu

Skip to content

Commit

Permalink
Tune fonts because of the new plan9port font rendering hacks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Feb 19, 2015
1 parent b4b0dbc commit 8419157
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bin/acme.rc
Expand Up @@ -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 $*
Expand Down
5 changes: 3 additions & 2 deletions bin/racme.rc
Expand Up @@ -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 $*
Expand Down

0 comments on commit 8419157

Please sign in to comment.