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.

11 lines (8 loc) 500 B
import { fontFamily } from '../../font/fontFamily.mjs'; import { fontLineHeight } from '../../font/fontLineHeight.mjs'; import { fontWeightRegular } from '../../font/fontWeightRegular.mjs'; import { fontStyleNormal } from '../../font/fontStyleNormal.mjs'; import { fontVariant } from '../../font/fontVariant.mjs'; const _textFontPartA = `${fontStyleNormal} ${fontVariant} ${fontWeightRegular} `; const _textFontPartB = `/${fontLineHeight} ${fontFamily}`; export { _textFontPartA, _textFontPartB };