@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) • 515 B
JavaScript
import { fontFamily } from '../../font/fontFamily.mjs';
import { fontLineHeight } from '../../font/fontLineHeight.mjs';
import { fontWeightSemiBold } from '../../font/fontWeightSemiBold.mjs';
import { fontStyleNormal } from '../../font/fontStyleNormal.mjs';
import { fontVariant } from '../../font/fontVariant.mjs';
const _headingFontPartA = `${fontStyleNormal} ${fontVariant} ${fontWeightSemiBold} `;
const _headingFontPartB = `/${fontLineHeight} ${fontFamily}`;
export { _headingFontPartA, _headingFontPartB };