summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-11 15:08:58 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-11 15:08:58 +0300
commit52cb8a8d24408e21101dfe9465cf28eaaf287c13 (patch)
treee4478056836ec4b90163949f91150d58f863a2a6 /src/ui/text.h
parent883bb6aa9931eca1a2f22e691ed49f2ef9ccb8cb (diff)
Added two serif fonts; minor color tweaks
Added the EB Garamond and Literata fonts as serif font choices.
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index fa7b9402..fe4ddef1 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -108,6 +108,8 @@ iLocalDef iBool isVariationSelector_Char(iChar ch) {
108enum iTextFont { 108enum iTextFont {
109 nunito_TextFont, 109 nunito_TextFont,
110 firaSans_TextFont, 110 firaSans_TextFont,
111 literata_TextFont,
112 ebGaramond_TextFont,
111}; 113};
112 114
113extern int gap_Text; /* affected by content font size */ 115extern int gap_Text; /* affected by content font size */