aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmap.c2
1 files changed, 1 insertions, 1 deletions
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;