diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-04 06:58:51 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-04 06:58:51 +0300 |
commit | 8307df178e59d7f32555115aa72eb0d78db08e5f (patch) | |
tree | 28bb2c82c5a86a4829b9abeafe111ab624063d25 /src/ui/text.c | |
parent | 6d03cbb784b39ca457bcfce5f12de31972102790 (diff) |
Text: Heavier bold font
Diffstat (limited to 'src/ui/text.c')
-rw-r--r-- | src/ui/text.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/text.c b/src/ui/text.c index 7c87f428..e14a679e 100644 --- a/src/ui/text.c +++ b/src/ui/text.c | |||
@@ -170,10 +170,10 @@ static void initFonts_Text_(iText *d) { | |||
170 | { &fontFiraMonoRegular_Embedded, monoSize * 0.750f, smallSymbols_FontId }, | 170 | { &fontFiraMonoRegular_Embedded, monoSize * 0.750f, smallSymbols_FontId }, |
171 | { &fontNunitoRegular_Embedded, textSize * 1.333f, mediumSymbols_FontId }, | 171 | { &fontNunitoRegular_Embedded, textSize * 1.333f, mediumSymbols_FontId }, |
172 | { &fontNunitoLightItalic_Embedded, textSize, symbols_FontId }, | 172 | { &fontNunitoLightItalic_Embedded, textSize, symbols_FontId }, |
173 | { &fontNunitoBold_Embedded, textSize, symbols_FontId }, | 173 | { &fontNunitoExtraBold_Embedded, textSize, symbols_FontId }, |
174 | { &fontNunitoBold_Embedded, textSize * 1.333f, mediumSymbols_FontId }, | 174 | { &fontNunitoExtraBold_Embedded, textSize * 1.333f, mediumSymbols_FontId }, |
175 | { &fontNunitoBold_Embedded, textSize * 1.666f, largeSymbols_FontId }, | 175 | { &fontNunitoExtraBold_Embedded, textSize * 1.666f, largeSymbols_FontId }, |
176 | { &fontNunitoBold_Embedded, textSize * 2.000f, hugeSymbols_FontId }, | 176 | { &fontNunitoExtraBold_Embedded, textSize * 2.000f, hugeSymbols_FontId }, |
177 | { &fontNunitoExtraLight_Embedded, textSize * 1.666f, largeSymbols_FontId }, | 177 | { &fontNunitoExtraLight_Embedded, textSize * 1.666f, largeSymbols_FontId }, |
178 | { &fontSymbola_Embedded, fontSize_UI, defaultSymbols_FontId }, | 178 | { &fontSymbola_Embedded, fontSize_UI, defaultSymbols_FontId }, |
179 | { &fontSymbola_Embedded, fontSize_UI * 1.125f, defaultMediumSymbols_FontId }, | 179 | { &fontSymbola_Embedded, fontSize_UI * 1.125f, defaultMediumSymbols_FontId }, |