UNPKG

@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
'use strict'; var textShared = require('./textShared.cjs'); var fontHyphenationStyle = require('../../font/fontHyphenationStyle.cjs'); var fontSizeTextMedium = require('../../font/fontSizeTextMedium.cjs'); const textMediumStyle = { font: `${textShared._textFontPartA}${fontSizeTextMedium.fontSizeTextMedium}${textShared._textFontPartB}`, ...fontHyphenationStyle.fontHyphenationStyle, }; exports.textMediumStyle = textMediumStyle;