5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
/**
|
|
* Fetch the url and return a buffer with the font file.
|
|
*/
|
|
export declare function fetchFontFile(url: string, isDev: boolean): Promise<any>;
|