From 95838457b677f5dc4397603e6df76df1789c9c36 Mon Sep 17 00:00:00 2001 From: Maddie H Date: Mon, 16 Sep 2024 20:24:17 +0100 Subject: [PATCH] increase font size --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 44aa39f..3000310 100644 --- a/config.h +++ b/config.h @@ -5,10 +5,10 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Iosevka Nerd Font:pixelsize=14:antialias=true:autohint=true"; +static char *font = "Iosevka Nerd Font:pixelsize=18:antialias=true:autohint=true"; static char *font2[] = { - "Font Awesome 6 Free Solid:pixelsize=14:antialias=true:autohint=true", - "Font Awesome 6 Brands:pixelsize=14:antialias=true:autohint=true", + "Font Awesome 6 Free Solid:pixelsize=17:antialias=true:autohint=true", + "Font Awesome 6 Brands:pixelsize=17:antialias=true:autohint=true", }; static int borderpx = 2;