summaryrefslogtreecommitdiff
path: root/src/ui/text.h
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/text.h
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/text.h')
-rw-r--r--src/ui/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index e95b75d2..5bae8e2a 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -124,7 +124,7 @@ enum iTextFont {
124 nunito_TextFont, 124 nunito_TextFont,
125 firaSans_TextFont, 125 firaSans_TextFont,
126 literata_TextFont, 126 literata_TextFont,
127 ebGaramond_TextFont, 127 tinos_TextFont,
128}; 128};
129 129
130extern int gap_Text; /* affected by content font size */ 130extern int gap_Text; /* affected by content font size */