@up-group-ui/react-controls
Version:
Up shared react controls
11 lines • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var typography = {
baseFontSize: '16px',
bodyFontFamily: 'Roboto, sans-serif',
headerFontFamily: 'Roboto, sans-serif',
bodyLineHeight: 1.5,
bodySpacing: '1px',
};
exports.default = typography;
//# sourceMappingURL=typography.js.map