summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
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 */