diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index f12e606..485143d 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,11 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ +#ifdef CACHARLE_CARBON +static char *font = "Fira Mono:pixelsize=12:antialias=true:autohint=true"; +#else static char *font = "Fira Code:pixelsize=12:antialias=true:autohint=true"; +#endif static int borderpx = 0; static char *font2[] = { |
