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 { typescaleLg } from '../font/typescaleLg.mjs'; const proseTextLgStyle = { ...getCJKFontFamilyStyle(), font: `${fontWeightNormal} ${typescaleLg} / ${leadingNormal} ${fontPorscheNext}`, color: colorPrimary, }; export { proseTextLgStyle };