From c358b80cc51146b49a73bc33a58f4040d6258ce1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 13 Sep 2004 23:56:18 +0000 Subject: [project @ 2004-09-13 23:56:18 by jmb] Make fonts user-configurable. This loses font-style support, though it shouldn't be hard to put it back again. svn path=/import/netsurf/; revision=1274 --- css/css.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/css.c b/css/css.c index 7d634c7ba..a0d0d1d76 100644 --- a/css/css.c +++ b/css/css.c @@ -136,7 +136,7 @@ const struct css_style css_base_style = { CSS_DISPLAY_BLOCK, CSS_EMPTY_CELLS_SHOW, CSS_FLOAT_NONE, - CSS_FONT_FAMILY_SANS_SERIF, + CSS_FONT_FAMILY_INHERIT, /* Default font is user-defined */ { CSS_FONT_SIZE_LENGTH, { { 10, CSS_UNIT_PT } } }, CSS_FONT_STYLE_NORMAL, CSS_FONT_VARIANT_NORMAL, -- cgit v1.2.3