From 4c3910348df85bfde9e108d4f0c5995927063724 Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Wed, 25 Sep 2019 14:29:21 +0300 Subject: [PATCH] Fix font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 7598b1d..6fb8520 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 = "Iosevka Term:pixelsize=14:antialias=true:autohint=true"; +static char *font = "Iosevka Samae:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 3; /*