aboutsummaryrefslogtreecommitdiff
path: root/man/fonts
blob: ac147dad274ed37429fc73a8ea91cd965ffba3ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# mkfile rules to set fonts
# if you want to use Times, change these next lines to
# MAN=mantimes
# FONTS=''
MAN=man
MANFONT=luxi
switch($MANFONT){

case lucida
FONTS='.fp 1 R LucidaSans
.fp 2 I LucidaSansI
.fp 3 B LucidaSansB
.fp 5 L LucidaCW
'

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
'

}