UNPKG

@sitecore/sc-contenthub-blok

Version:

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

9 lines 280 B
export const fontWeights = { normal: 400, medium: 500, semibold: 600, }; export const fontWeightNormal = fontWeights.normal; export const fontWeightMedium = fontWeights.medium; export const fontWeightBold = fontWeights.semibold; //# sourceMappingURL=fontWeights.js.map