summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-11 16:00:57 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-11 16:00:57 +0300
commit684c6d25fc4465440d09f9ad14cf8876f2c3a0c2 (patch)
treee6a6c576a3ca44d2d079687b860d413a298a88de /src/prefs.c
parent52cb8a8d24408e21101dfe9465cf28eaaf287c13 (diff)
Added a preference for heading font
Body and heading fonts can be selected separately.
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c1
1 files changed, 1 insertions, 0 deletions
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) {
7 d->zoomPercent = 100; 7 d->zoomPercent = 100;
8 d->forceLineWrap = iFalse; 8 d->forceLineWrap = iFalse;
9 d->font = nunito_TextFont; 9 d->font = nunito_TextFont;
10 d->headingFont = nunito_TextFont;
10 d->lineWidth = 40; 11 d->lineWidth = 40;
11 d->bigFirstParagraph = iTrue; 12 d->bigFirstParagraph = iTrue;
12 d->sideIcon = iTrue; 13 d->sideIcon = iTrue;