diff options
| author | Marcelo Lira <setanta@gmail.com> | 2025-03-02 03:50:29 -0300 |
|---|---|---|
| committer | Marcelo Lira <setanta@gmail.com> | 2025-03-03 16:12:28 -0300 |
| commit | 59761909e79e9b3fd26e528876868beef23c4485 (patch) | |
| tree | b3fd4226efba03bac0d005021f48c5d5d3f23fad /config.def.h | |
| parent | d0ebad653b810fbdd9420ff172c238a5ec52eb1f (diff) | |
Change font to VictorMono Nerd Font Mono.
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index a175b7e..31c2ec4 100644 --- a/config.def.h +++ b/config.def.h @@ -5,9 +5,10 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "VictorMono Nerd Font Mono:pixelsize=14:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { + "VictorMono Nerd Font Mono:pixelsize=14:antialias=true:autohint=true" /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ /* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ }; |
