Adding a default font size option.
[surf.git] / config.def.h
index 85bfe47..052313c 100644 (file)
@@ -10,6 +10,8 @@ static char *cafile         = "/etc/ssl/certs/ca-certificates.crt";
 static char *strictssl      = FALSE; /* Refuse untrusted SSL connections */
 static Bool kioskmode      = FALSE; /* Ignore shortcuts */
 
+static guint defaultfontsize = 12;
+
 /* Webkit default features */
 static Bool enablescrollbars = TRUE;
 static Bool enablespatialbrowsing = TRUE;