UNPKG

@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.

30 lines (29 loc) 1.62 kB
export { fontFamily } from './fontFamily'; export { fontHyphenationStyle } from './fontHyphenationStyle'; export { fontLineHeight } from './fontLineHeight'; export { fontSize } from './fontSize'; export { fontSizeText } from './fontSizeText'; export { fontSizeTextXXSmall } from './fontSizeTextXXSmall'; export { fontSizeTextXSmall } from './fontSizeTextXSmall'; export { fontSizeTextSmall } from './fontSizeTextSmall'; export { fontSizeTextMedium } from './fontSizeTextMedium'; export { fontSizeTextLarge } from './fontSizeTextLarge'; export { fontSizeTextXLarge } from './fontSizeTextXLarge'; export { fontSizeHeading } from './fontSizeHeading'; export { fontSizeHeadingSmall } from './fontSizeHeadingSmall'; export { fontSizeHeadingMedium } from './fontSizeHeadingMedium'; export { fontSizeHeadingLarge } from './fontSizeHeadingLarge'; export { fontSizeHeadingXLarge } from './fontSizeHeadingXLarge'; export { fontSizeHeadingXXLarge } from './fontSizeHeadingXXLarge'; export { fontSizeDisplay } from './fontSizeDisplay'; export { fontSizeDisplaySmall } from './fontSizeDisplaySmall'; export { fontSizeDisplayMedium } from './fontSizeDisplayMedium'; export { fontSizeDisplayLarge } from './fontSizeDisplayLarge'; export { fontWeight } from './fontWeight'; export { fontWeightRegular } from './fontWeightRegular'; export { fontWeightSemiBold } from './fontWeightSemiBold'; export { fontWeightBold } from './fontWeightBold'; export { fontStyle } from './fontStyle'; export { fontStyleNormal } from './fontStyleNormal'; export { fontStyleItalic } from './fontStyleItalic'; export { fontVariant } from './fontVariant';