@samuelmeuli/font-manager
Version:
Manages, downloads and applies Google Fonts for picker components
5 lines • 376 B
TypeScript
export declare function stylesheetExists(fontId: string, isPreview?: boolean): boolean;
export declare function createStylesheet(fontId: string, isPreview: boolean): void;
export declare function fillStylesheet(fontId: string, styles: string): void;
export declare function setStylesheetType(fontId: string, isPreview: boolean): void;
//# sourceMappingURL=stylesheets.d.ts.map