@aws-amplify/ui
Version:
`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.
20 lines (18 loc) • 587 B
JavaScript
// TODO: update the design tokens to use an array
// export interface FontDesignToken {
// value: Array<string>
// }
const fonts = {
default: {
variable: {
value: `'InterVariable', 'Inter var', 'Inter', -apple-system, BlinkMacSystemFont,
'Helvetica Neue', 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans',
sans-serif`,
},
static: {
value: `'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif`,
},
},
};
export { fonts };