diff options
author | jcid <devnull@localhost> | 2008-06-27 20:21:53 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-27 20:21:53 +0200 |
commit | 8d56726d8e2d461cee1af1e1d90b4c2bb36fd987 (patch) | |
tree | 3d5a6b33504ba4d9e091ff26aa310a50de6b0f32 /src/web.cc | |
parent | 7add00a49f2514e029c5537bc4c27e26185927c2 (diff) |
- enabled prefs.vw_fontname + minor cleanup.
Diffstat (limited to 'src/web.cc')
-rw-r--r-- | src/web.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |