From 58b0ceb753ba5a17f8b53e0349bdfad07ef553db Mon Sep 17 00:00:00 2001 From: MineralwaterXu Date: Thu, 3 Dec 2020 22:17:48 +0800 Subject: changed the font size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 858bab7..2c9bb1f 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Source Code Pro:pixelsize=18:antialias=true:autohint=true"; +static char *font = "Source Code Pro:pixelsize=24:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit v1.2.1