From 37d79b43d4cc1a718290a389b9a07e77ee7a0d37 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 6 Feb 2020 11:32:31 +0800 Subject: [PATCH] font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 302eef2..258aae7 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Cascadia Code:size=12:antialias=true:autohint=true"; static int borderpx = 2; /*