diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-19 16:49:41 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-19 16:49:41 +0100 |
commit | bbbb910f3600b8a6f7a65fe45d8a1017d77a3694 (patch) | |
tree | 77fcc200b4327f2d2cf4c8e865b1e92bd1c72d16 /src/styleengine.cc | |
parent | c6b954eb51a3241cf0aa1924270b1240aa691a2a (diff) |
switch default font size to 14
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index 4e234a3c..c25ac669 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -31,7 +31,7 @@ StyleEngine::StyleEngine (dw::core::Layout *layout) { /* Create a dummy font, attribute, and tag for the bottom of the stack. */ font_attrs.name = "helvetica"; - font_attrs.size = (int) (12 * prefs.font_factor + 0.5); + font_attrs.size = (int) (14 * prefs.font_factor + 0.5); font_attrs.weight = CssProperty::CSS_FONT_WEIGHT_NORMAL; font_attrs.style = FONT_STYLE_NORMAL; |