Make font properties disappear in JSON.

This commit is contained in:
Jürg Lehni 2013-12-09 15:15:10 +01:00
parent 94d5a09b7b
commit 007b780763

View file

@ -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'