X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=052313c96bc8508217bfde266506bfc3c45db8ca;hp=85bfe47e073965516eca0185613533cafdb397f8;hb=d02f73d9902b953e6d815856844c79e3755c26fd;hpb=a5dddd8fd3cce2d77b9bbb3e22f2d1f1552b6ee4 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;