Rocky_Mountain_Vending/.pnpm-store/v10/files/2f/27450e519bc06b6d8885af452420f3f52e72b99d2db32fb5d93553ac6b8e17843539bf2da8ad86a7576b1b0bf92a60412e3376b21d9def79af446f5c62bad2
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

8 lines
290 B
Text

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