diff options
author | sinanmohd <pcmsinan@gmail.com> | 2021-10-27 09:19:45 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2021-10-27 09:19:45 +0530 |
commit | b32bb2bfd20c58e702fb35f4af91118e42628bb0 (patch) | |
tree | 80792feb926388dab86668909e8a6f20a1f84dcb | |
parent | 87053b65c6a22509b9db7bf064cfc276109cc1f8 (diff) |
font
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index cbfe650..1faaa86 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrains Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Mono:pixelsize=12:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { "JetBrainsMono Nerd Font Mono:pixelsize=12:antialias=true:autohint=true", |