summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-24 17:50:44 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-24 17:50:44 +0200
commitfd17eeda7afc59a3e6613aeb28727248732351e9 (patch)
treee5d6defb65df3a3cabd1f1401742232c3fa8e03c /src/ui/text.h
parent5f9199d081a47241fefed7b2af1f53f4995b62ab (diff)
Source Sans Pro and Iosevka as font options
Allow the UI and monospace fonts to be used as page content fonts.
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 55524db1..f696b2e3 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -148,6 +148,8 @@ enum iTextFont {
148 firaSans_TextFont, 148 firaSans_TextFont,
149 literata_TextFont, 149 literata_TextFont,
150 tinos_TextFont, 150 tinos_TextFont,
151 sourceSansPro_TextFont,
152 iosevka_TextFont,
151}; 153};
152 154
153extern int gap_Text; /* affected by content font size */ 155extern int gap_Text; /* affected by content font size */