From 270d0020c6627446001f0da1c88e11ecbbe9a60c Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sun, 26 Jun 2022 21:54:14 -0300 Subject: [PATCH] Trying CodeNewRoman --- 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 920f0fc..9025b1b 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 = "Iosevka Term:pixelsize=16:antialias=true:autohint=true"; -static char *font2[] = { "Iosevka Term:pixelsize=16:antialias=true:autohint=true" }; +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 int borderpx = 1; /* diff --git a/config.h b/config.h index 920f0fc..9025b1b 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Iosevka Term:pixelsize=16:antialias=true:autohint=true"; -static char *font2[] = { "Iosevka Term:pixelsize=16:antialias=true:autohint=true" }; +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 int borderpx = 1; /*