summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-15 07:43:27 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-15 07:43:27 +0200
commite9048baadbe738c7b63e2f49f3918053341d720e (patch)
tree307b1dbadbe276c02b12b753d92d49e77b9074a6 /src/prefs.c
parentaf08260b09786a89007e5fad7116520fab96acbf (diff)
Added a preference for monospace body text
Monospace body font can be set separately for Gemini and Gopher.
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c
index 815dac52..5c73833e 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -33,6 +33,8 @@ void init_Prefs(iPrefs *d) {
33 d->quoteIcon = iTrue; 33 d->quoteIcon = iTrue;
34 d->font = nunito_TextFont; 34 d->font = nunito_TextFont;
35 d->headingFont = nunito_TextFont; 35 d->headingFont = nunito_TextFont;
36 d->monospaceGemini = iFalse;
37 d->monospaceGopher = iFalse;
36 d->lineWidth = 40; 38 d->lineWidth = 40;
37 d->bigFirstParagraph = iTrue; 39 d->bigFirstParagraph = iTrue;
38 d->sideIcon = iTrue; 40 d->sideIcon = iTrue;