aboutsummaryrefslogtreecommitdiff
path: root/src/web.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-06-27 20:21:53 +0200
committerjcid <devnull@localhost>2008-06-27 20:21:53 +0200
commit8d56726d8e2d461cee1af1e1d90b4c2bb36fd987 (patch)
tree3d5a6b33504ba4d9e091ff26aa310a50de6b0f32 /src/web.cc
parent7add00a49f2514e029c5537bc4c27e26185927c2 (diff)
- enabled prefs.vw_fontname + minor cleanup.
Diffstat (limited to 'src/web.cc')
-rw-r--r--src/web.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web.cc b/src/web.cc
index bd4cebd4..ad7618c5 100644
--- a/src/web.cc
+++ b/src/web.cc
@@ -75,7 +75,7 @@ int a_Web_dispatch_by_type (const char *Type, DilloWeb *Web,
return -1;
/* Set a style for the widget */
- fontAttrs.name = "Bitstream Charter";
+ fontAttrs.name = prefs.vw_fontname;
fontAttrs.size = (int) rint(12.0 * prefs.font_factor);
fontAttrs.weight = 400;
fontAttrs.style = style::FONT_STYLE_NORMAL;