From 7f568dd569add63c60436dca5072e8516a949aac Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 26 Jul 2021 22:18:42 +0200 Subject: [PATCH] Luke ST config update --- luke-st_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luke-st_config.h b/luke-st_config.h index 94dc53d..7eda802 100644 --- a/luke-st_config.h +++ b/luke-st_config.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Fira Code:pixelsize=13:antialias=true:autohint=true"; +static char *font = "Iosevka:pixelsize=14:antialias=true:autohint=true"; static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 20;