UNPKG

fontloader

Version:

A polyfill for the FontLoader interface

10 lines (8 loc) 142 B
goog.provide('fl.FontFaceSetLoadStatus'); /** * @enum {string} */ fl.FontFaceSetLoadStatus = { LOADED: 'loaded', LOADING: 'loading' };