From 4590ad02ccc98f1324b38d77e6cf2aa89b24113a Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 19 Mar 2006 23:51:01 +0000 Subject: no more lucida --- src/cmd/scat/plot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/scat') diff --git a/src/cmd/scat/plot.c b/src/cmd/scat/plot.c index dc9ef439..e0020282 100644 --- a/src/cmd/scat/plot.c +++ b/src/cmd/scat/plot.c @@ -47,7 +47,7 @@ double mapscale; double maps; int (*projection)(struct place*, double*, double*); -char *fontname = "/lib/font/bit/lucida/unicode.6.font"; +char *fontname = "/lib/font/bit/luc/unicode.6.font"; /* types Coord and Loc correspond to types in map(3) thus: Coord == struct coord; -- cgit v1.2.3