@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
17 lines (14 loc) • 407 B
JavaScript
"use strict";
import { defineTokens } from '../../styled-system/config.js';
const fontWeights = defineTokens.fontWeights({
thin: { value: "100" },
extralight: { value: "200" },
light: { value: "300" },
normal: { value: "400" },
medium: { value: "500" },
semibold: { value: "600" },
bold: { value: "700" },
extrabold: { value: "800" },
black: { value: "900" }
});
export { fontWeights };