diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h index 7746eaf..5cb1fd2 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -1,9 +1,8 @@ | |||
1 | 1 | ||
2 | #define FONT "-*-*-medium-r-*-*-*-120-75-75-*-70-*-*" | 2 | #define FONT "Bitstream Vera Sans Mono:pixelsize=12:antialias=false:autohint=true" |
3 | #define BOLDFONT "-*-*-bold-r-*-*-*-120-75-75-*-70-*-*" | 3 | #define BOLDFONT FONT ":weight=bold" |
4 | /* If italic is not available, fall back to bold. */ | 4 | #define ITALICFONT FONT ":slant=italic,oblique" |
5 | #define ITALICFONT "-*-*-medium-o-*-*-*-120-75-75-*-70-*-*," BOLDFONT | 5 | #define ITALICBOLDFONT BOLDFONT ":slant=italic,oblique" |
6 | #define ITALICBOLDFONT "-*-*-bold-o-*-*-*-120-75-75-*-70-*-*," BOLDFONT | ||
7 | 6 | ||
8 | /* Space in pixels around the terminal buffer */ | 7 | /* Space in pixels around the terminal buffer */ |
9 | #define BORDER 2 | 8 | #define BORDER 2 |