All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.cjs.theme.tokens.font-weights.cjs Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
'use strict';

var config = require('../../styled-system/config.cjs');

const fontWeights = config.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" }
});

exports.fontWeights = fontWeights;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy