@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.
13 lines (9 loc) • 434 B
JavaScript
;
var textShared = require('./textShared.cjs');
var fontHyphenationStyle = require('../../font/fontHyphenationStyle.cjs');
var fontSizeTextLarge = require('../../font/fontSizeTextLarge.cjs');
const textLargeStyle = {
font: `${textShared._textFontPartA}${fontSizeTextLarge.fontSizeTextLarge}${textShared._textFontPartB}`,
...fontHyphenationStyle.fontHyphenationStyle,
};
exports.textLargeStyle = textLargeStyle;