From cef2d288555326e4e268577b63407b4290ca2511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Sat, 12 Dec 2020 18:22:27 +0200 Subject: [PATCH 1/1] Text: Smaller monospace body font --- src/ui/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/text.c b/src/ui/text.c index ec240c75..cdcff6ab 100644 --- a/src/ui/text.c +++ b/src/ui/text.c @@ -239,7 +239,7 @@ static void initFonts_Text_(iText *d) { { h12Font, textSize * 2.000f, h123Scaling, hugeSymbols_FontId }, { lightFont, textSize * 1.666f, lightScaling, largeSymbols_FontId }, /* monospace content fonts */ - { &fontIosevkaTermExtended_Embedded, textSize, 0.866f, symbols_FontId }, + { &fontIosevkaTermExtended_Embedded, textSize, 0.75f, symbols_FontId }, /* symbol fonts */ { &fontSymbola_Embedded, fontSize_UI, 1.0f, defaultSymbols_FontId }, { &fontSymbola_Embedded, fontSize_UI * 1.125f, 1.0f, defaultMediumSymbols_FontId }, -- 2.34.1