UNPKG

1.27 kBJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports["default"] = void 0;
5var typography = {
6 letterSpacings: {
7 tighter: "-0.05em",
8 tight: "-0.025em",
9 normal: "0",
10 wide: "0.025em",
11 wider: "0.05em",
12 widest: "0.1em"
13 },
14 lineHeights: {
15 normal: "normal",
16 none: "1",
17 shorter: "1.25",
18 "short": "1.375",
19 base: "1.5",
20 tall: "1.625",
21 taller: "2"
22 },
23 fontWeights: {
24 hairline: 100,
25 thin: 200,
26 light: 300,
27 normal: 400,
28 medium: 500,
29 semibold: 600,
30 bold: 700,
31 extrabold: 800,
32 black: 900
33 },
34 fonts: {
35 heading: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"",
36 body: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"",
37 mono: "SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace"
38 },
39 fontSizes: {
40 xs: "0.75rem",
41 sm: "0.875rem",
42 md: "1rem",
43 lg: "1.125rem",
44 xl: "1.25rem",
45 "2xl": "1.5rem",
46 "3xl": "1.875rem",
47 "4xl": "2.25rem",
48 "5xl": "3rem",
49 "6xl": "4rem"
50 }
51};
52var _default = typography;
53exports["default"] = _default;
\No newline at end of file