@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 316 B
JavaScript
;
exports.__esModule = true;
exports.t_global_font_family_300 = {
"name": "--pf-t--global--font--family--300",
"value": "\"Red Hat Mono\", \"RedHatMono\", \"Courier New\", Courier, monospace",
"var": "var(--pf-t--global--font--family--300)"
};
exports["default"] = exports.t_global_font_family_300;