@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
10 lines (9 loc) • 444 B
TypeScript
//#region src/theme/foundations/fonts.d.ts
declare const _default: {
readonly dnvDisplay: "'DNV Display'";
readonly gantari: "Gantari, Helvetica, Arial, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'";
readonly mono: "ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;";
};
//#endregion
export { _default };
//# sourceMappingURL=fonts.d.ts.map