bpms_site/.svn/pristine/78/787a2bbe07f0221c0e6d652edbd8cc1e0149a4c0.svn-base
2025-11-02 16:38:49 +03:30

9 lines
290 B
Plaintext

/**
* Generate the Google Fonts URL given the requested weight(s), style(s) and additional variable axes
*/
export declare function getGoogleFontsUrl(fontFamily: string, axes: {
wght?: string[];
ital?: string[];
variableAxes?: [string, string][];
}, display: string): string;