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.

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