UNPKG

fontloader

Version:

A polyfill for the FontLoader interface

15 lines (13 loc) 257 B
goog.provide('fl.FontFaceDescriptors'); /** * @typedef {{ * style: string, * weight: string, * stretch: string, * display: string, * unicodeRange: string, * variant: string, * featureSettings: string * }} */ fl.FontFaceDescriptors;