[surf-webkit2] Change default font size to 16px (12pt)

From: Charles Lehner <cel_AT_celehner.com>
Date: Wed, 20 Jan 2016 13:10:42 -0500

WebKit2 seems to consider the font size to be in pixels now instead of points
---
 config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index 4f6d655..721075d 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -9,7 +9,7 @@ static int kioskmode       = 0;     /* Ignore shortcuts */
 static int showindicators  = 1;     /* Show indicators in window title */
 static int runinfullscreen = 0;     /* Run in fullscreen mode by default */
 
-static guint defaultfontsize = 12;   /* Default font size */
+static guint defaultfontsize = 16;   /* Default font size */
 static gfloat zoomlevel     = 1.0;   /* Default zoom level */
 
 /* Soup default features */
-- 
2.7.0.rc3
--MP_/nDfsx33AH03Kp24nPqUCMia--
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Wed Jan 20 2016 - 21:36:13 CET