Skip to content

Commit 6b60179

Browse files
authored
Merge branch 'TurboWarp:develop' into develop
2 parents db05d72 + fb4b567 commit 6b60179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Storage extends ScratchStorage {
1919
this.getProjectUpdateConfig.bind(this)
2020
);
2121
this.addWebStore(
22-
[this.AssetType.ImageVector, this.AssetType.ImageBitmap, this.AssetType.Sound],
22+
[this.AssetType.ImageVector, this.AssetType.ImageBitmap, this.AssetType.Sound, this.AssetType.Font],
2323
this.getAssetGetConfig.bind(this),
2424
// We set both the create and update configs to the same method because
2525
// storage assumes it should update if there is an assetId, but the

0 commit comments

Comments
 (0)