diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-11-05 12:36:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 12:36:44 +0530 |
commit | 3f80549994432024b6be3760256afa0ef091132a (patch) | |
tree | 2c48a094b0129b58c200cead83de059abe0534cb | |
parent | 44e908879e0230d94b88e75160bee0873d176e8c (diff) |
Update config.h
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ static char *font = "UbuntuMono Nerd Font:pixelsize=22:antialias=true:autohint=t /* Spare fonts */ static char *font2[] = { - "JoyPixels:pixelsize=19:antialias=true:autohint=true", - "Spoqa Han Sans Neo:pixelsize=18:antialias=true:autohint=true"}; + "JoyPixels:pixelsize=16:antialias=true:autohint=true", + "Spoqa Han Sans Neo:pixelsize=16:antialias=true:autohint=true"}; //"Noto Color Emoji:pixelsize=10:antialias=true:autohint=true", //"Symbola:pixelsize=10:antialias=true:autohint=true"}; |