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/troff2html/troff2html.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cmd/troff2html') diff --git a/src/cmd/troff2html/troff2html.c b/src/cmd/troff2html/troff2html.c index 4a3b6402..bce49742 100644 --- a/src/cmd/troff2html/troff2html.c +++ b/src/cmd/troff2html/troff2html.c @@ -68,11 +68,11 @@ struct HTMLfont{ HTMLfont htmlfonts[] = { "R", nil, 0, - "LucidaSans", nil, 0, + "LuxiSans", nil, 0, "I", "i", Italic, - "LucidaSansI", "i", Italic, + "LuxiSans-Oblique", "i", Italic, "CW", "tt", CW, - "LucidaCW", "tt", CW, + "LuxiMono", "tt", CW, nil, nil, }; -- cgit v1.2.3