UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

48 lines (47 loc) 1.06 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var typography = { fontSizes: { inherit: 'inherit', '3x-small': '0.5rem', '2x-small': '0.563rem', 'x-small': '0.625rem', small: '0.75rem', 'small-medium': '0.813rem', medium: '0.875rem', 'medium-large': '0.938rem', large: '1rem', 'x-large': '1.125rem', '2x-large': '1.25rem', '3x-large': '1.5rem', '4x-large': '1.75rem', '5x-large': '1.875rem', '6x-large': '2.188rem', '7x-large': '3.438rem' }, fontWeights: { normal: 400, medium: 500, bold: 700 }, fonts: { primary: 'DM Sans, system-ui, sans-serif', mono: "\"Roboto Mono\", SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace" }, lineHeights: { normal: 'normal', none: '1', tight: '1.25', snug: '1.375', typical: '1.5', relaxed: '1.625', loose: '2' }, letterSpacings: { normal: 'normal', relaxed: '1.5px' } }; var _default = typography; exports.default = _default;