summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2021-08-12 21:49:16 -0500
committerGitHub <noreply@github.com>2021-08-12 21:49:16 -0500
commitc0c676474bcd813291dac793c1ab9c0bd81fe64c (patch)
tree01d9a253cb20089b794547df8f316506a3a2d845
parenta0372c45fad22eb43dbe68c35918fdd255b11f0b (diff)
change font*
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7d29209..3f22b4a 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
+static char *font = "FiraCode-Regular:pixelsize=16:antialias=true:autohint=true";
/* Spare fonts */
static char *font2[] = {
/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */