UNPKG

@sitecore/sc-contenthub-blok

Version:

A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).

12 lines 470 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fontWeightBold = exports.fontWeightMedium = exports.fontWeightNormal = exports.fontWeights = void 0; exports.fontWeights = { normal: 400, medium: 500, semibold: 600, }; exports.fontWeightNormal = exports.fontWeights.normal; exports.fontWeightMedium = exports.fontWeights.medium; exports.fontWeightBold = exports.fontWeights.semibold; //# sourceMappingURL=fontWeights.js.map