From 4aacecac867187de750d4225a262827e3947006d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 9 Jun 2026 21:07:53 +0200 Subject: Change default font size to 14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- cmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmap.c') diff --git a/cmap.c b/cmap.c index c1eb23a..b2644ac 100644 --- a/cmap.c +++ b/cmap.c @@ -22,7 +22,7 @@ enum listing { static const struct libcmap_block all_block = {.name = "All", .range = LIBCMAP_UNIVERSE_RANGE}; static unsigned int min_font_size = 4; -static unsigned int default_font_size = 22; +static unsigned int default_font_size = 14; static unsigned int max_font_size = 500; static unsigned int small_font_size_increment = 1; static unsigned int big_font_size_increment = 8; -- cgit v1.3.1