full site update
This commit is contained in:
11
node_modules/astro/dist/assets/fonts/implementations/system-fallbacks-provider.d.ts
generated
vendored
Normal file
11
node_modules/astro/dist/assets/fonts/implementations/system-fallbacks-provider.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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;
|
Reference in New Issue
Block a user