From 9d0c154884a9b10c2e45f269be0bb686da1c98c9 Mon Sep 17 00:00:00 2001 From: jcid Date: Mon, 8 Sep 2008 16:50:15 +0200 Subject: - Adjusted internal font sizes so the default font_factor is 1.0 --- src/plain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plain.cc') diff --git a/src/plain.cc b/src/plain.cc index 0c8a528e..eb040122 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -100,7 +100,7 @@ DilloPlain::DilloPlain(BrowserWindow *p_bw, const DilloUrl *p_url) /* Create the font and attribute for the page. */ fontAttrs.name = prefs.fw_fontname; - fontAttrs.size = (int) rint(12.0 * prefs.font_factor); + fontAttrs.size = (int) rint(14.0 * prefs.font_factor); fontAttrs.weight = 400; fontAttrs.style = style::FONT_STYLE_NORMAL; -- cgit v1.2.3