Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 283016
Collapse All | Expand All

(-)xwax-0.5.orig/interface.c (-3 / +4 lines)
Lines 46-56 Link Here
46
46
47
/* Font definitions */
47
/* Font definitions */
48
48
49
#define FONT "Vera.ttf"
49
#define FONT "DejaVuSans.ttf"
50
#define FONT_SIZE 10
50
#define FONT_SIZE 10
51
#define FONT_SPACE 15
51
#define FONT_SPACE 15
52
52
53
#define EM_FONT "VeraIt.ttf"
53
#define EM_FONT "DejaVuSerif-Italic.ttf"
54
54
55
#define CLOCK_FONT FONT
55
#define CLOCK_FONT FONT
56
#define CLOCK_FONT_SIZE 32
56
#define CLOCK_FONT_SIZE 32
Lines 58-64 Link Here
58
#define DECI_FONT FONT
58
#define DECI_FONT FONT
59
#define DECI_FONT_SIZE 20
59
#define DECI_FONT_SIZE 20
60
60
61
#define DETAIL_FONT "VeraMono.ttf"
61
#define DETAIL_FONT "DejaVuSansMono.ttf"
62
#define DETAIL_FONT_SIZE 9
62
#define DETAIL_FONT_SIZE 9
63
63
64
64
Lines 130-135 Link Here
130
    "/usr/X11R6/lib/X11/fonts/TTF",
130
    "/usr/X11R6/lib/X11/fonts/TTF",
131
    "/usr/share/fonts/truetype/ttf-bitstream-vera",
131
    "/usr/share/fonts/truetype/ttf-bitstream-vera",
132
    "/usr/share/fonts/ttf-bitstream-vera", /* Gentoo Linux */
132
    "/usr/share/fonts/ttf-bitstream-vera", /* Gentoo Linux */
133
    "/usr/share/fonts/dejavu", /* Gentoo Linux */
133
    "/usr/share/fonts/TTF",
134
    "/usr/share/fonts/TTF",
134
    NULL
135
    NULL
135
};
136
};

Return to bug 283016