@nanggo/social-preview
Version:
Generate beautiful social media preview images from any URL
7 lines (6 loc) • 324 B
TypeScript
/**
* Centralized font stacks for SVG templates.
* Keep these consistent across templates and overlay generators.
*/
export declare const SYSTEM_FONT_STACK = "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
export declare const SERIF_FONT_STACK = "Georgia, 'Times New Roman', serif";