added fonts
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 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;
|
||||
Reference in New Issue
Block a user