From fd17eeda7afc59a3e6613aeb28727248732351e9 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 24 Feb 2021 17:50:44 +0200 Subject: Source Sans Pro and Iosevka as font options Allow the UI and monospace fonts to be used as page content fonts. --- src/ui/text.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/text.h') 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 { firaSans_TextFont, literata_TextFont, tinos_TextFont, + sourceSansPro_TextFont, + iosevka_TextFont, }; extern int gap_Text; /* affected by content font size */ -- cgit v1.2.3