mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
CharacterStyle: Use 'sans-serif' as default font.
This commit is contained in:
parent
6dbecffd85
commit
4ebb6985d6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
var CharacterStyle = this.CharacterStyle = PathStyle.extend({
|
||||
initialize: function(style) {
|
||||
this.fontSize = style.fontSize || 10;
|
||||
this.font = style.font || 'Helvetica Regular';
|
||||
this.font = style.font || 'sans-serif';
|
||||
this.base(style);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue