diff options
author | Mario Forzanini <mf@marioforzanini.com> | 2023-12-28 14:04:14 +0100 |
---|---|---|
committer | Mario Forzanini <mf@marioforzanini.com> | 2023-12-28 14:04:14 +0100 |
commit | be891b0d0f8937d581a008fbc6d7139c0d089570 (patch) | |
tree | 82c9b16e19a3aa8c654bbc1798f8e90c72392682 | |
parent | 8b6466c6f649213a34fc9f8a3270479b67316494 (diff) |
-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 4da9271..1176a1f 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMono Nerd Font Mono:pixelsize=14:antialias=true:autohint=true"; +static char *font = "FantasqueSansMono Nerd Font:pixelsize=20:antialias=true:autohint=true"; static char *font2[] = { "Font Awesome:pixelsize=12"}; static int borderpx = 0; |