diff options
author | jcid <devnull@localhost> | 2008-09-08 16:50:15 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-08 16:50:15 +0200 |
commit | 9d0c154884a9b10c2e45f269be0bb686da1c98c9 (patch) | |
tree | b5fd5bd56273427f5f1cbf9fe7c4b10d004ffe72 /src/plain.cc | |
parent | 994af550781a1756b1bee6225c01ff0f12219d14 (diff) |
- Adjusted internal font sizes so the default font_factor is 1.0
Diffstat (limited to 'src/plain.cc')
-rw-r--r-- | src/plain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |