From 3d346d8045875496b2a9c959ea4fe529a68831d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 1 Feb 2016 12:19:12 +0100 Subject: [PATCH] Core: Do not serialize deprecated Style#font property. Relates to #934 --- src/style/Style.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style/Style.js b/src/style/Style.js index 5080e66d..32bebf8b 100644 --- a/src/style/Style.js +++ b/src/style/Style.js @@ -92,7 +92,6 @@ var Style = Base.extend(new function() { fontFamily: 'sans-serif', fontWeight: 'normal', fontSize: 12, - font: 'sans-serif', // deprecated, links to fontFamily leading: null, // Paragraphs justification: 'left'