summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
-rw-r--r--surf.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 85bfe47..052313c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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;
diff --git a/surf.c b/surf.c
index ee4ab75..830665a 100644
--- a/surf.c
+++ b/surf.c
@@ -752,6 +752,8 @@ newclient(void) {
enableinspector, NULL);
g_object_set(G_OBJECT(settings), "enable-default-context-menu",
kioskmode ^ 1, NULL);
+ g_object_set(G_OBJECT(settings), "default-font-size",
+ defaultfontsize, NULL);
if(enableinspector) {
c->inspector = WEBKIT_WEB_INSPECTOR(