diff options
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r-- | src/gmdocument.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c index b18e86d1..0c18efc2 100644 --- a/src/gmdocument.c +++ b/src/gmdocument.c | |||
@@ -216,7 +216,7 @@ static void initTheme_GmDocument_(iGmDocument *d) { | |||
216 | theme->fonts[quote_GmLineType] = isMono ? monospaceParagraph_FontId : quote_FontId; | 216 | theme->fonts[quote_GmLineType] = isMono ? monospaceParagraph_FontId : quote_FontId; |
217 | theme->fonts[heading1_GmLineType] = FONT_ID(headingFont, bold_FontStyle, contentHuge_FontSize); | 217 | theme->fonts[heading1_GmLineType] = FONT_ID(headingFont, bold_FontStyle, contentHuge_FontSize); |
218 | theme->fonts[heading2_GmLineType] = FONT_ID(headingFont, regular_FontStyle, contentLarge_FontSize); | 218 | theme->fonts[heading2_GmLineType] = FONT_ID(headingFont, regular_FontStyle, contentLarge_FontSize); |
219 | theme->fonts[heading3_GmLineType] = FONT_ID(headingFont, bold_FontStyle, contentBig_FontSize); | 219 | theme->fonts[heading3_GmLineType] = FONT_ID(headingFont, semiBold_FontStyle, contentBig_FontSize); |
220 | theme->fonts[link_GmLineType] = FONT_ID( | 220 | theme->fonts[link_GmLineType] = FONT_ID( |
221 | bodyFont, | 221 | bodyFont, |
222 | ((isDarkBg && prefs->boldLinkDark) || (!isDarkBg && prefs->boldLinkLight)) ? semiBold_FontStyle | 222 | ((isDarkBg && prefs->boldLinkDark) || (!isDarkBg && prefs->boldLinkLight)) ? semiBold_FontStyle |