plan9port/man/fonts

31 lines
463 B
Text
Raw Normal View History

2006-03-20 02:25:59 +00:00
# mkfile rules to set fonts
2005-01-13 04:49:19 +00:00
# if you want to use Times, change these next lines to
# MAN=mantimes
# FONTS=''
MAN=man
2006-03-19 06:03:19 +00:00
MANFONT=luxi
switch($MANFONT){
case lucida
2005-01-13 04:49:19 +00:00
FONTS='.fp 1 R LucidaSans
.fp 2 I LucidaSansI
.fp 3 B LucidaSansB
.fp 5 L LucidaCW
'
2006-03-19 06:03:19 +00:00
case luxi
FONTS='.fp 1 R LuxiSans
.fp 2 I LuxiSans-Oblique
.fp 3 B LuxiSans-Bold
.fp 5 L LuxiMono
'
case dejavu
FONTS='.fp 1 R DejaVuSans
.fp 2 I DejaVuSansOblique
.fp 3 B DejaVuSansBold
.fp 5 L DejaVuMonoSans
'
}