summaryrefslogtreecommitdiff
path: root/src/plain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/plain.cc')
-rw-r--r--src/plain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plain.cc b/src/plain.cc
index 217f4a10..6f70543b 100644
--- a/src/plain.cc
+++ b/src/plain.cc
@@ -101,7 +101,7 @@ DilloPlain::DilloPlain(BrowserWindow *p_bw, const DilloUrl *p_url)
state = ST_SeekingEol;
/* Create the font and attribute for the page. */
- fontAttrs.name = "Courier";
+ fontAttrs.name = prefs.fw_fontname;
fontAttrs.size = (int) rint(12.0 * prefs.font_factor);
fontAttrs.weight = 400;
fontAttrs.style = style::FONT_STYLE_NORMAL;