From dbfec9f08be960f3ec02abcf139d6491113e0988 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Tue, 28 May 2019 10:54:36 +0200 Subject: [PATCH] [kandinsky] Enforce proper size for the small font --- kandinsky/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kandinsky/Makefile b/kandinsky/Makefile index 2e6cf333a..f0fe6fd2e 100644 --- a/kandinsky/Makefile +++ b/kandinsky/Makefile @@ -54,5 +54,5 @@ $(call rule_for, \ ) endef -$(eval $(call raster_font,SmallFont,10,8,13)) +$(eval $(call raster_font,SmallFont,12,7,14)) $(eval $(call raster_font,LargeFont,16,10,18))