no more lucida

This commit is contained in:
rsc 2006-03-19 23:51:01 +00:00
parent 0f559fe6e1
commit 4590ad02cc
4 changed files with 6 additions and 6 deletions

View file

@ -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;