English
Appearance
@modoki/engine / index / loadFont
loadFont(path): Promise<string>
path
Promise
string
Load a single font file and register it with the browser. Returns the family name. Concurrent calls for the same path share one in-flight load.
Promise<string>