diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-12 18:22:27 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-12 18:22:27 +0200 |
commit | cef2d288555326e4e268577b63407b4290ca2511 (patch) | |
tree | da8daac57ebbc240d9f342ecbb7247c4a98f4254 /src/ui | |
parent | 97c240cc2b229d4ac5e33379efe0c8cf86db298d (diff) |
Text: Smaller monospace body font
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
239 | { h12Font, textSize * 2.000f, h123Scaling, hugeSymbols_FontId }, | 239 | { h12Font, textSize * 2.000f, h123Scaling, hugeSymbols_FontId }, |
240 | { lightFont, textSize * 1.666f, lightScaling, largeSymbols_FontId }, | 240 | { lightFont, textSize * 1.666f, lightScaling, largeSymbols_FontId }, |
241 | /* monospace content fonts */ | 241 | /* monospace content fonts */ |
242 | { &fontIosevkaTermExtended_Embedded, textSize, 0.866f, symbols_FontId }, | 242 | { &fontIosevkaTermExtended_Embedded, textSize, 0.75f, symbols_FontId }, |
243 | /* symbol fonts */ | 243 | /* symbol fonts */ |
244 | { &fontSymbola_Embedded, fontSize_UI, 1.0f, defaultSymbols_FontId }, | 244 | { &fontSymbola_Embedded, fontSize_UI, 1.0f, defaultSymbols_FontId }, |
245 | { &fontSymbola_Embedded, fontSize_UI * 1.125f, 1.0f, defaultMediumSymbols_FontId }, | 245 | { &fontSymbola_Embedded, fontSize_UI * 1.125f, 1.0f, defaultMediumSymbols_FontId }, |