From ed6b494074b887ef2f8d4ba57b4958776a1e27f1 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 13 Nov 2020 18:11:00 +0100 Subject: Changed font again --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 424229f..c78b436 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,8 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ /* static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; */ -static char *font = "DejaVuSansMono Nerd Font:pixelsize=14:antialias=true:autohint=true:"; +/* static char *font = "DejaVuSansMono Nerd Font:pixelsize=14:antialias=true:autohint=true:"; */ +static char *font = "UbuntuMono Nerd Font:pixelsize=16:antialias=true:autohint=true:"; static int borderpx = 0; /* -- cgit v1.2.3