diff options
author | rafa_99 <rafa99@protonmail.com> | 2021-02-04 14:53:30 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2021-02-04 14:53:30 +0000 |
commit | eb88254811d1fac3370feeb6c90d8a83d43f9b72 (patch) | |
tree | 8d5f701d437cf3ff7690be907d518e6fe1e18dad | |
parent | 34ab854bb3e353c6487b31e0c53e5bb9f6fa2bb3 (diff) |
Restored Default PixelSize of Font
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrains Mono Nerd Font:pixelsize=16:antialias=true:autohint=true"; +static char *font = "JetBrains Mono Nerd Font:pixelsize=14:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { "Symbola:pixelsize=14:antialias=true:autohint=true", |