Files
muzak/node_modules/@next/font/dist/google/get-google-fonts-url.d.ts
T
2025-07-02 11:28:41 +02:00

9 lines
290 B
TypeScript

/**
* 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;