From efb81cb46dccbdd57528ce738cb781d8c62fc867 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Mon, 27 Jun 2022 13:07:41 -0300 Subject: [PATCH] Back to Iosevka --- config.def.h | 4 ++-- config.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 9025b1b..f7769a4 100644 --- a/config.def.h +++ b/config.def.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "CodeNewRoman Nerd Font Mono:pixelsize=15:antialias=true:autohint=false"; -static char *font2[] = { "CodeNewRoman Nerd Font Mono:pixelsize=15:antialias=true:autohint=false" }; +static char *font = "Iosevka Term:pixelsize=15:antialias=true:autohint=True"; +static char *font2[] = { "Iosevka Term:pixelsize=15:antialias=true:autohint=True" }; static int borderpx = 1; /* diff --git a/config.h b/config.h index 9025b1b..f7769a4 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "CodeNewRoman Nerd Font Mono:pixelsize=15:antialias=true:autohint=false"; -static char *font2[] = { "CodeNewRoman Nerd Font Mono:pixelsize=15:antialias=true:autohint=false" }; +static char *font = "Iosevka Term:pixelsize=15:antialias=true:autohint=True"; +static char *font2[] = { "Iosevka Term:pixelsize=15:antialias=true:autohint=True" }; static int borderpx = 1; /*