@teamsparta/stack-font
Version:
stack font
137 lines (134 loc) • 2.33 kB
JavaScript
import {
fontPretendard
} from "./chunk-UOJNIETM.mjs";
// src/font.style.ts
var heroTitle = {
fontFamily: fontPretendard,
fontSize: 40,
fontStyle: "normal",
fontWeight: 700,
lineHeight: "52px"
};
var largeTitle = {
fontFamily: fontPretendard,
fontSize: 32,
fontStyle: "normal",
fontWeight: 700,
lineHeight: "44px"
};
var title1 = {
fontFamily: fontPretendard,
fontSize: 28,
fontStyle: "normal",
fontWeight: 700,
lineHeight: "38px"
};
var title2 = {
fontFamily: fontPretendard,
fontSize: 22,
fontStyle: "normal",
fontWeight: 700,
lineHeight: "30px"
};
var subTitle1 = {
fontFamily: fontPretendard,
fontSize: 22,
fontStyle: "normal",
fontWeight: 700,
lineHeight: "30px"
};
var subTitle2 = {
fontFamily: fontPretendard,
fontSize: 18,
fontStyle: "normal",
fontWeight: 700,
lineHeight: "26px"
};
var subTitle3 = {
fontFamily: fontPretendard,
fontSize: 16,
fontStyle: "normal",
fontWeight: 700,
lineHeight: "24px"
};
var bodyB = {
fontFamily: fontPretendard,
fontSize: 15,
fontStyle: "normal",
fontWeight: 700,
lineHeight: "22px"
};
var bodyCompact = {
fontFamily: fontPretendard,
fontSize: 14,
fontStyle: "normal",
fontWeight: 500,
lineHeight: "22px"
};
var bodyM = {
fontFamily: fontPretendard,
fontSize: 15,
fontStyle: "normal",
fontWeight: 500,
lineHeight: "22px"
};
var bodyLong = {
fontFamily: fontPretendard,
fontSize: 15,
fontStyle: "normal",
fontWeight: 500,
lineHeight: "24px"
};
var captionSb = {
fontFamily: fontPretendard,
fontSize: 13,
fontStyle: "normal",
fontWeight: 600,
lineHeight: "20px"
};
var captionM = {
fontFamily: fontPretendard,
fontSize: 13,
fontStyle: "normal",
fontWeight: 500,
lineHeight: "20px"
};
var tag1Sb = {
fontFamily: fontPretendard,
fontSize: 12,
fontStyle: "normal",
fontWeight: 600,
lineHeight: "18px"
};
var tag1M = {
fontFamily: fontPretendard,
fontSize: 12,
fontStyle: "normal",
fontWeight: 500,
lineHeight: "18px"
};
var tag2 = {
fontFamily: fontPretendard,
fontSize: 11,
fontStyle: "normal",
fontWeight: 600,
lineHeight: "16px"
};
export {
heroTitle,
largeTitle,
title1,
title2,
subTitle1,
subTitle2,
subTitle3,
bodyB,
bodyCompact,
bodyM,
bodyLong,
captionSb,
captionM,
tag1Sb,
tag1M,
tag2
};