From b875473027eeccb9233fbdcd7bb6516de301d4c0 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Fri, 31 Mar 2006 10:41:21 +0000 Subject: [project @ 2006-03-31 10:41:21 by rjek] Move default font face choices from RISC OS front end to core svn path=/import/netsurf/; revision=2482 --- desktop/options.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop/options.h') diff --git a/desktop/options.h b/desktop/options.h index e924892cc..35e1d62a9 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -46,6 +46,11 @@ extern bool option_send_referer; extern bool option_animate_images; extern int option_expire_url; extern int option_font_default; /* a css_font_family */ +extern char *option_font_sans; +extern char *option_font_serif; +extern char *option_font_mono; +extern char *option_font_cursive; +extern char *option_font_fantasy; extern char *option_ca_bundle; extern char *option_cookie_file; extern char *option_cookie_jar; -- cgit v1.2.3