From 007b7807637d135947a2d72a7a8b8c9307cdeb34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 9 Dec 2013 15:15:10 +0100 Subject: [PATCH] Make font properties disappear in JSON. --- src/style/Style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/Style.js b/src/style/Style.js index 4e7f763a..8719f9bc 100644 --- a/src/style/Style.js +++ b/src/style/Style.js @@ -91,7 +91,7 @@ var Style = Base.extend(new function() { fontFamily: 'sans-serif', fontWeight: 'normal', fontSize: 12, - font: null, // deprecated, links to fontFamily + font: 'sans-serif', // deprecated, links to fontFamily leading: null, // Paragraphs justification: 'left'