@porsche-design-system/components-angular
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
17 lines (13 loc) • 716 B
JavaScript
;
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
var getCJKFontFamilyStyle = require('../font/getCJKFontFamilyStyle.cjs');
var leadingNormal = require('../font/leadingNormal.cjs');
var typescale2Xs = require('../font/typescale2Xs.cjs');
const proseText2XsStyle = {
...getCJKFontFamilyStyle.getCJKFontFamilyStyle(),
font: `${fontWeightNormal.fontWeightNormal} ${typescale2Xs.typescale2Xs} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
color: colorPrimary.colorPrimary,
};
exports.proseText2XsStyle = proseText2XsStyle;