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.

15 lines (12 loc) 602 B
import { colorPrimary } from '../color/light-dark/colorPrimary.mjs'; import { fontPorscheNext } from '../font/fontPorscheNext.mjs'; import { fontWeightSemibold } from '../font/fontWeightSemibold.mjs'; import { getCJKFontFamilyStyle } from '../font/getCJKFontFamilyStyle.mjs'; import { leadingNormal } from '../font/leadingNormal.mjs'; import { typescaleSm } from '../font/typescaleSm.mjs'; const proseHeadingSmStyle = { ...getCJKFontFamilyStyle(), font: `${fontWeightSemibold} ${typescaleSm} / ${leadingNormal} ${fontPorscheNext}`, color: colorPrimary, }; export { proseHeadingSmStyle };