summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2023-05-04 02:50:22 +0000
committerGitHub <noreply@github.com>2023-05-04 02:50:22 +0000
commit9892de3813296a70451372856c31634f86ecd9f2 (patch)
treebf5e0f8a1429017e3dbfd9900f9a9fbfcade0e79
parent64efa6c2267d987230353c6d4173ae5f77f02e45 (diff)
change font
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ad0bc18..e8565c2 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "FiraCode Nerd Font Mono:style=Regular:pixelsize=16:antialias=true:autohint=true";
+static char *font = "JetBrainsMono Nerd Font:style=Regular:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 20;
/*