summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOctavian Cerna <octavian.cerna@gmail.com>2013-01-16 13:02:19 +0200
committerOctavian Cerna <octavian.cerna@gmail.com>2013-01-16 13:02:19 +0200
commite14c31c4c0b0b925f389ae6aadc57a59b068b93c (patch)
tree91f19e6c9410f89ad4878391921615ae68ebc6c8
parent9dbdd6a770a1a35198875c8961126ea8bd505ba0 (diff)
config.h: Switch to a semicondensed font.
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index d314b43..8086d2b 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const char font[] = "-misc-fixed-medium-r-normal-*-13-*-*-*-*-70-iso10646-1";
+static const char font[] = "-misc-fixed-medium-r-semicondensed-*-13-*-*-*-*-*-iso10646-1";
static const char normbordercolor[] = "#444444";
static const char normbgcolor[] = "#222222";
static const char normfgcolor[] = "#bbbbbb";