diff options
author | rafa_99 <rafa99@protonmail.com> | 2021-01-30 14:57:30 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2021-01-30 14:57:30 +0000 |
commit | 34ab854bb3e353c6487b31e0c53e5bb9f6fa2bb3 (patch) | |
tree | a1de9796ce028c20b2f62c03fc64b40a2bd9c650 | |
parent | 62d0a78e4056f258077483bb4b93262b7c060792 (diff) |
Updated Font Size
-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=14:antialias=true:autohint=true"; +static char *font = "JetBrains Mono Nerd Font:pixelsize=16:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { "Symbola:pixelsize=14:antialias=true:autohint=true", |