commit 12c84d69c3f837baccd98091ee986a6f77e6fcf9 parent bb619d3e657c9ab0b9363b030671020817140485 Author: siduck76 <siduckk76@protonmail.com> Date: Mon, 7 Jun 2021 22:15:34 +0530 Update config.h Diffstat:
| M | config.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.h b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMono Nerd Font :pixelsize=15:antialias=true:autohint=true"; -static char *font2[] = { "JetBrainsMono Nerd Font :pixelsize=15:antialias=true:autohint=true" }; +static char *font = "JetBrainsMono Nerd Font:style:medium :pixelsize=15:antialias=true:autohint=true"; +static char *font2[] = { "JetBrainsMono Nerd Font:style:medium :pixelsize=15:antialias=true:autohint=true" }; static int borderpx = 0; /*