From d7c0775cbf77f9eb3283ccd252fab3433d5b0c88 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 16 May 2022 23:09:42 +0200 Subject: [PATCH] Change font to FiraCode --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6669e6f..92b310a 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=18:antialias=true:autohint=true"; +static char *font = "FiraCode:pixelsize=18:antialias=true:autohint=true"; static int borderpx = 0; /*