@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
6 lines • 446 B
JavaScript
export const c_card__title_text_FontFamily = {
"name": "--pf-v6-c-card__title-text--FontFamily",
"value": "\"Red Hat Display\", \"RedHatDisplay\", \"Noto Sans Arabic\", \"Noto Sans Hebrew\", \"Noto Sans JP\", \"Noto Sans KR\", \"Noto Sans Malayalam\", \"Noto Sans SC\", \"Noto Sans TC\", \"Noto Sans Thai\", Helvetica, Arial, sans-serif",
"var": "var(--pf-v6-c-card__title-text--FontFamily)"
};
export default c_card__title_text_FontFamily;