summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksa@vuckovic.cc>2023-12-06 02:20:29 +0100
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-12-06 05:03:18 +0100
commitecc0cb9cf3f6fe5be4d0a92d626e8520964ad052 (patch)
tree38a2523a4814086a90b73be343d4cdfe06b20c6e /config.def.h
parent00f89b88d98b72154548bc784c4ac9e118d07068 (diff)
font name updateHEADchanges
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 34055fe..061e44c 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 = "JetBrainsMono Nerd Font:style=Bold:pixelsize=16:antialias=true:autohint=true";
+static char *font = "JetBrainsMono NFM:style=Bold:pixelsize=16:antialias=true:autohint=true";
/* Spare fonts */
static char *font2[] = {
/* "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; */