summaryrefslogtreecommitdiff
path: root/src/ui/util.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-20 08:03:59 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-20 08:03:59 +0200
commit954dbbf9b5a5b881be3243e5e762f0dab33a5658 (patch)
treec93a1776ca83f950ca72d89e2b32e13c56fd4ffe /src/ui/util.c
parentf313aeb47bece406e324c68d8d3582836e93abbe (diff)
Replaced EB Garamond with Tinos
Tinos is a much more readable serif font, especially when it comes to the italic variant.
Diffstat (limited to 'src/ui/util.c')
-rw-r--r--src/ui/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index 9ac18881..bdb348f9 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -987,7 +987,7 @@ static void addRadioButton_(iWidget *parent, const char *id, const char *label,
987 987
988static void addFontButtons_(iWidget *parent, const char *id) { 988static void addFontButtons_(iWidget *parent, const char *id) {
989 const char *fontNames[] = { 989 const char *fontNames[] = {
990 "Nunito", "Fira Sans", "Literata", "EB Garamond" 990 "Nunito", "Fira Sans", "Literata", "Tinos"
991 }; 991 };
992 iForIndices(i, fontNames) { 992 iForIndices(i, fontNames) {
993 addRadioButton_(parent, 993 addRadioButton_(parent,