diff options
| author | Octavian Cerna <octavian.cerna@gmail.com> | 2013-01-16 13:02:19 +0200 |
|---|---|---|
| committer | Octavian Cerna <octavian.cerna@gmail.com> | 2013-01-16 13:02:19 +0200 |
| commit | e14c31c4c0b0b925f389ae6aadc57a59b068b93c (patch) | |
| tree | 91f19e6c9410f89ad4878391921615ae68ebc6c8 | |
| parent | 9dbdd6a770a1a35198875c8961126ea8bd505ba0 (diff) | |
config.h: Switch to a semicondensed font.
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |
