UNPKG

@belvo-finance/belvo-vue-components

Version:

## Project setup ``` npm install ```

11 lines (10 loc) 245 B
FontManager = (function(){ var Font = function(){ this.fonts = []; this.chars = null; this.typekitLoaded = 0; this.isLoaded = false; this.initTime = Date.now(); }; return Font; }());