Mercurial > dillo_port1.3
changeset 790:7302c191fc53
switch default font size to 14
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Mon, 19 Jan 2009 16:49:41 +0100 |
parents | e1c99a737897 |
children | 89121eaefd83 |
files | src/styleengine.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/styleengine.cc Mon Jan 19 16:49:14 2009 +0100 +++ b/src/styleengine.cc Mon Jan 19 16:49:41 2009 +0100 @@ -31,7 +31,7 @@ /* 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;