From ac15d76c97596254ab2835e4c103ed151fa38dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Wed, 2 Aug 2023 22:14:02 +0200 Subject: [PATCH] switch to FiraCode font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c9ae95d..89e3ea7 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 = "Inconsolata Nerd Font:size=12"; +static char *font = "FiraCode Nerd Font Ret:size=10"; static int borderpx = 2; /*