diff options
author | Luke <luke@lukesmith.xyz> | 2018-01-17 23:53:56 -0700 |
---|---|---|
committer | Luke <luke@lukesmith.xyz> | 2018-01-17 23:53:56 -0700 |
commit | 74e54e0ccc7244f6c49b3e7a3403ff5da287f3f9 (patch) | |
tree | 84200ac114fce0e481285f8e2aee2e24f4b9fd4c /config.def.h | |
parent | c50850028ba0a57536adc7513e268c00ddf45370 (diff) |
mono default font, 14pt
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 2c16fb7..87e8433 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char font[] = "mono:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /* |