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/troff2html | |
parent | 0f559fe6e136ffaeed9c4f50c49feab335f90ab9 (diff) | |
download | plan9port-4590ad02ccc98f1324b38d77e6cf2aa89b24113a.tar.gz plan9port-4590ad02ccc98f1324b38d77e6cf2aa89b24113a.tar.bz2 plan9port-4590ad02ccc98f1324b38d77e6cf2aa89b24113a.zip |
no more lucida
Diffstat (limited to 'src/cmd/troff2html')
-rw-r--r-- | src/cmd/troff2html/troff2html.c | 6 |
1 files changed, 3 insertions, 3 deletions
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, }; |