From aad12745da2bbc7482f45bce8fd4dc29cf112662 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Sat, 16 Jan 2021 15:44:53 +0000 Subject: Updated Font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ebf12a6..a112d18 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ static char *fontfallbacks[] = { - "Ubuntu Mono Nerd Font", + "JetBrains Mono Nerd Font", }; #define NUMFONTSCALES 42 #define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */ -- cgit v1.2.3