From d13ac3b066e057b9ac3f5c573f68589b4d33fab6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 9 Dec 2007 11:13:25 +0000 Subject: Increase default font size and line spacing. svn path=/trunk/netsurf/; revision=3660 --- desktop/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/options.c b/desktop/options.c index 9d04dabd5..4383dc388 100644 --- a/desktop/options.c +++ b/desktop/options.c @@ -63,9 +63,9 @@ char *option_http_proxy_auth_user = 0; /** Proxy authentication password */ char *option_http_proxy_auth_pass = 0; /** Default font size / 0.1pt. */ -int option_font_size = 100; +int option_font_size = 128; /** Minimum font size. */ -int option_font_min_size = 70; +int option_font_min_size = 85; /** Default sans serif font */ char *option_font_sans; /** Default serif font */ -- cgit v1.2.3