UNPKG

@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.

14 lines (10 loc) 691 B
'use strict'; var fontFamily = require('../../../font/deprecated/fontFamily.cjs'); var fontLineHeight = require('../../../font/deprecated/fontLineHeight.cjs'); var fontStyleNormal = require('../../../font/deprecated/fontStyleNormal.cjs'); var fontVariant = require('../../../font/deprecated/fontVariant.cjs'); var fontWeightRegular = require('../../../font/deprecated/fontWeightRegular.cjs'); const _textFontPartA = `${fontStyleNormal.fontStyleNormal} ${fontVariant.fontVariant} ${fontWeightRegular.fontWeightRegular} `; const _textFontPartB = `/${fontLineHeight.fontLineHeight} ${fontFamily.fontFamily}`; exports._textFontPartA = _textFontPartA; exports._textFontPartB = _textFontPartB;