mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Make font properties disappear in JSON.
This commit is contained in:
parent
94d5a09b7b
commit
007b780763
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue