UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

18 lines (16 loc) 359 B
import { defineTokens } from "../../core/system/config.js"; //#region src/theme/tokens/font-weights.ts const fontWeights = defineTokens.fontWeights({ hairline: 100, thin: 200, light: 300, normal: 400, medium: 500, semibold: 600, bold: 700, extrabold: 800, black: 900 }); //#endregion export { fontWeights }; //# sourceMappingURL=font-weights.js.map