diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-24 17:50:44 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-24 17:50:44 +0200 |
commit | fd17eeda7afc59a3e6613aeb28727248732351e9 (patch) | |
tree | e5d6defb65df3a3cabd1f1401742232c3fa8e03c /src/ui/text.h | |
parent | 5f9199d081a47241fefed7b2af1f53f4995b62ab (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.h | 2 |
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 | ||
153 | extern int gap_Text; /* affected by content font size */ | 155 | extern int gap_Text; /* affected by content font size */ |