@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
21 lines (20 loc) • 600 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KUBIT_WIREFRAME_GLOBAL_STYLES = void 0;
const styled_components_1 = require("styled-components");
const typography_1 = require("../foundations/typography");
const fonts_1 = require("./fonts");
exports.KUBIT_WIREFRAME_GLOBAL_STYLES = (0, styled_components_1.css) `
${fonts_1.FONTS_KUBIT_WIREFRAME_GLOBAL_STYLES}
html,
body,
* {
font-family: ${typography_1.FONT_FAMILY.font_family_nunito_sans};
}
*,
*::before,
*::after {
box-sizing: border-box;
}
`;
//# sourceMappingURL=globalStyle.js.map