Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reaby committed Sep 16, 2020
1 parent 4a7fb25 commit 81197c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ socket.on('callback.edit', function (data) {
WebFont.load({
google: {
families: [
`${data.bundleData.styleHeader.fontFamily}:${data.bundleData.styleHeader.fontWidth}`,
`${data.bundleData.styleText.fontFamily}:${data.bundleData.styleText.fontWidth}`
`${data.bundleData.styleHeader.fontFamily}:${data.bundleData.styleHeader.fontWeight}`,
`${data.bundleData.styleText.fontFamily}:${data.bundleData.styleText.fontWeight}`
]
},
timeout: 2000,
Expand Down

0 comments on commit 81197c1

Please sign in to comment.