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) 590 B
import { colorPrimary } from '../color/light-dark/colorPrimary.mjs'; import { fontPorscheNext } from '../font/fontPorscheNext.mjs'; import { fontWeightNormal } from '../font/fontWeightNormal.mjs'; import { getCJKFontFamilyStyle } from '../font/getCJKFontFamilyStyle.mjs'; import { leadingNormal } from '../font/leadingNormal.mjs'; import { typescaleMd } from '../font/typescaleMd.mjs'; const proseTextMdStyle = { ...getCJKFontFamilyStyle(), font: `${fontWeightNormal} ${typescaleMd} / ${leadingNormal} ${fontPorscheNext}`, color: colorPrimary, }; export { proseTextMdStyle };