diff --git a/fonts.js b/fonts.js index c50a9ff0d..728bc5c68 100644 --- a/fonts.js +++ b/fonts.js @@ -167,7 +167,7 @@ var Font = (function () { } Fonts[name] = { - data: file, + data: data, properties: properties, loading: true, cache: Object.create(null)