@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) • 441 B
JavaScript
;
var textShared = require('./textShared.cjs');
var fontHyphenationStyle = require('../../font/fontHyphenationStyle.cjs');
var fontSizeTextXLarge = require('../../font/fontSizeTextXLarge.cjs');
const textXLargeStyle = {
font: `${textShared._textFontPartA}${fontSizeTextXLarge.fontSizeTextXLarge}${textShared._textFontPartB}`,
...fontHyphenationStyle.fontHyphenationStyle,
};
exports.textXLargeStyle = textXLargeStyle;