diff options
Diffstat (limited to 'src/plain.cc')
-rw-r--r-- | src/plain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plain.cc b/src/plain.cc index 8826dafe..1295f99f 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -99,7 +99,7 @@ DilloPlain::DilloPlain(BrowserWindow *p_bw, const DilloUrl *p_url) state = ST_SeekingEol; /* Create the font and attribute for the page. */ - fontAttrs.name = prefs.fw_fontname; + fontAttrs.name = prefs.font_monospace; fontAttrs.size = (int) rint(14.0 * prefs.font_factor); fontAttrs.weight = 400; fontAttrs.style = style::FONT_STYLE_NORMAL; |