UNPKG

@hitachivantara/uikit-styles

Version:

UI Kit styling solution for the Next Design System.

42 lines (41 loc) 771 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const fontFamily = { body: "'Open Sans', Arial, Helvetica, sans-serif" }; const fontSizes = { xs: "10px", sm: "12px", base: "14px", lg: "16px", xl: "20px", xl2: "24px", xl3: "32px", xl4: "42px" }; const fontWeights = { hairline: "100", thin: "200", light: "300", normal: "400", medium: "500", semibold: "600", bold: "700", extrabold: "800", black: "900" }; const lineHeights = { none: "21px", xs: "16px", sm: "18px", base: "21px", lg: "24px", xl: "30px", xl2: "36px", xl3: "48px", xl4: "63px" }; exports.fontFamily = fontFamily; exports.fontSizes = fontSizes; exports.fontWeights = fontWeights; exports.lineHeights = lineHeights;