Core: Do not serialize deprecated Style#font property.

Relates to #934
This commit is contained in:
Jürg Lehni 2016-02-01 12:19:12 +01:00
parent 50843d8f87
commit 3d346d8045

View file

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