Commit 2c5a5818590ea79090e25f406def340ecd2b5231
1 parent
e6cd2bf542
Exists in
master
and in
1 other branch
update font default
Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff
app/index.html
app/scripts/controllers/tshirtdesign.js
... | ... | @@ -433,7 +433,7 @@ |
433 | 433 | $scope.iText = new fabric.IText('', { |
434 | 434 | left: 150, |
435 | 435 | top: 200, |
436 | - fontFamily: 'Arial', | |
436 | + fontFamily: $scope.listFontFamily[0].slug, | |
437 | 437 | fontWeight: 'normal', |
438 | 438 | textAlign: 'center', |
439 | 439 | fontSize: 28, |
... | ... | @@ -444,7 +444,7 @@ |
444 | 444 | $scope.iText = new fabric.IText('', { |
445 | 445 | left: 150, |
446 | 446 | top: 200, |
447 | - fontFamily: 'Arial', | |
447 | + fontFamily: $scope.listFontFamily[0].slug, | |
448 | 448 | fontWeight: 'normal', |
449 | 449 | textAlign: 'center', |
450 | 450 | fontSize: 28, |