diff options
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index dc9d98f5a18..d32442fe7fa 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3074,7 +3074,7 @@ x_default_font_parameter (f, parms) | |||
| 3074 | = { | 3074 | = { |
| 3075 | #ifdef HAVE_XFT | 3075 | #ifdef HAVE_XFT |
| 3076 | /* This will find the normal Xft font. */ | 3076 | /* This will find the normal Xft font. */ |
| 3077 | "Monospace-12", | 3077 | "monospace-12", |
| 3078 | #endif | 3078 | #endif |
| 3079 | "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1", | 3079 | "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1", |
| 3080 | "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1", | 3080 | "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1", |