From 7aaa944309ff00a24dbe735762fb92dc99efd9bc Mon Sep 17 00:00:00 2001 From: Ronald1985 Date: Sun, 20 Feb 2022 00:46:11 +0000 Subject: [PATCH] Changed font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 4fa1527..a284ce0 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Iosevka:size=12" }; +static const char *fonts[] = { "Terminus:size=12" }; static const char col_green[] = "#00FF00"; static const char col_lightgray[] = "#eeeeee"; static const char col_black[] = "#000000";