diff options
author | rsc <devnull@localhost> | 2006-03-19 23:51:01 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-03-19 23:51:01 +0000 |
commit | 4590ad02ccc98f1324b38d77e6cf2aa89b24113a (patch) | |
tree | 0d95c6e090ab1fbd4f846acc4a5a4cc71056805c /src/cmd/venti | |
parent | 0f559fe6e136ffaeed9c4f50c49feab335f90ab9 (diff) | |
download | plan9port-4590ad02ccc98f1324b38d77e6cf2aa89b24113a.tar.gz plan9port-4590ad02ccc98f1324b38d77e6cf2aa89b24113a.tar.bz2 plan9port-4590ad02ccc98f1324b38d77e6cf2aa89b24113a.zip |
no more lucida
Diffstat (limited to 'src/cmd/venti')
-rw-r--r-- | src/cmd/venti/srv/graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/venti/srv/graph.c b/src/cmd/venti/srv/graph.c index 157b82db..8b28c237 100644 --- a/src/cmd/venti/srv/graph.c +++ b/src/cmd/venti/srv/graph.c @@ -55,7 +55,7 @@ ginit(void) first = 0; memimageinit(); - smallfont = openmemsubfont(unsharp("#9/font/lucidasans/lstr.10")); + smallfont = openmemsubfont(unsharp("#9/font/lucsans/lstr.10")); black = memblack; blue = allocrepl(DBlue); red = allocrepl(DRed); |