@porsche-design-system/components-js
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.
14 lines (10 loc) • 643 B
JavaScript
;
var fontFamily = require('../../font/fontFamily.cjs');
var fontLineHeight = require('../../font/fontLineHeight.cjs');
var fontWeightSemiBold = require('../../font/fontWeightSemiBold.cjs');
var fontStyleNormal = require('../../font/fontStyleNormal.cjs');
var fontVariant = require('../../font/fontVariant.cjs');
const _headingFontPartA = `${fontStyleNormal.fontStyleNormal} ${fontVariant.fontVariant} ${fontWeightSemiBold.fontWeightSemiBold} `;
const _headingFontPartB = `/${fontLineHeight.fontLineHeight} ${fontFamily.fontFamily}`;
exports._headingFontPartA = _headingFontPartA;
exports._headingFontPartB = _headingFontPartB;