@crossed/theme
Version:
unicons
73 lines (72 loc) • 1.62 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var font_exports = {};
__export(font_exports, {
font: () => font
});
module.exports = __toCommonJS(font_exports);
const font = {
lineHeight: {
xs: 14,
sm: 17,
md: 20,
lg: 23,
xl: 30,
h6: 36,
h5: 40,
h4: 46,
h3: 50,
h2: 56,
h1: 60
},
fontSize: {
xs: 11,
sm: 14,
md: 16,
lg: 18,
xl: 24,
h6: 28,
h5: 32,
h4: 36,
h3: 40,
h2: 44,
h1: 48
},
fontWeight: {
xs: "400",
sm: "400",
md: "400",
lg: "600",
xl: "700",
h6: "700",
h5: "700",
h4: "700",
h3: "700",
h2: "700",
h1: "700"
},
color: "black",
family: "Overpass",
extraStyles: { marginTop: 3 }
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
font
});
//# sourceMappingURL=font.js.map