From 5be1ad549600986dec085c48f89cf196e526add1 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 7 Jun 2021 14:14:45 +0200 Subject: [PATCH] Adjust font size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index fb66803..0351c40 100644 --- a/config.h +++ b/config.h @@ -9,7 +9,7 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ -static const char *fonts[] = { "Product Sans:size=10", "Noto Sans CJK JP:size=9", "Material Design Icons:size=10" }; +static const char *fonts[] = { "Product Sans:size=15", "Noto Sans CJK JP:size=13", "Material Design Icons:size=15" }; static const unsigned int gappih = 0; /* horiz inner gap between windows */ static const unsigned int gappiv = 0; /* vert inner gap between windows */