UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

12 lines (11 loc) 488 B
import type { SystemFallbacksProvider } from '../definitions.js'; export declare const DEFAULT_FALLBACKS: { serif: "Times New Roman"[]; 'sans-serif': "Arial"[]; monospace: "Courier New"[]; 'system-ui': ("Arial" | "BlinkMacSystemFont" | "Segoe UI" | "Roboto" | "Helvetica Neue")[]; 'ui-serif': "Times New Roman"[]; 'ui-sans-serif': "Arial"[]; 'ui-monospace': "Courier New"[]; }; export declare function createSystemFallbacksProvider(): SystemFallbacksProvider;