diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-11-05 12:36:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 12:36:17 +0530 |
commit | 44e908879e0230d94b88e75160bee0873d176e8c (patch) | |
tree | 6afbf5a20fb011aae58257c1b8366376208a4d1e /config.def.h | |
parent | d24b273463f2882d3c91177b12e62e5e17e3c0ef (diff) |
Update config.def.h
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 44fe3ab..b8605f7 100644 --- a/config.def.h +++ b/config.def.h @@ -16,8 +16,8 @@ static char *font = "UbuntuMono Nerd Font:pixelsize=22:antialias=true:autohint=t /* Spare fonts */ static char *font2[] = { - "JoyPixels:pixelsize=22: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"}; @@ -499,3 +499,4 @@ static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?" "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" "`abcdefghijklmnopqrstuvwxyz{|}~"; + |