@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
11 lines (10 loc) • 457 B
JavaScript
//#region src/theme/foundations/fonts.ts
var fonts_default = {
dnvDisplay: `'DNV Display'`,
gantari: `Gantari, Helvetica, Arial, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'`,
mono: `ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;`
};
//#endregion
export { fonts_default as default };
globalThis.__vuiVersion__ = "5.3.1"
//# sourceMappingURL=fonts.js.map