From 684c6d25fc4465440d09f9ad14cf8876f2c3a0c2 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 11 Oct 2020 16:00:57 +0300 Subject: Added a preference for heading font Body and heading fonts can be selected separately. --- src/prefs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.c') diff --git a/src/prefs.c b/src/prefs.c index af481233..a36be6a0 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -7,6 +7,7 @@ void init_Prefs(iPrefs *d) { d->zoomPercent = 100; d->forceLineWrap = iFalse; d->font = nunito_TextFont; + d->headingFont = nunito_TextFont; d->lineWidth = 40; d->bigFirstParagraph = iTrue; d->sideIcon = iTrue; -- cgit v1.2.3