@teamsparta/stack-font
Version:
stack font
115 lines (113 loc) • 2.49 kB
TypeScript
declare const heroTitle: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const largeTitle: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const title1: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const title2: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const subTitle1: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const subTitle2: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const subTitle3: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const bodyB: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const bodyCompact: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const bodyM: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const bodyLong: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const captionSb: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const captionM: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const tag1Sb: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const tag1M: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
declare const tag2: {
fontFamily: string;
fontSize: number;
fontStyle: string;
fontWeight: number;
lineHeight: string;
};
export { bodyB, bodyCompact, bodyLong, bodyM, captionM, captionSb, heroTitle, largeTitle, subTitle1, subTitle2, subTitle3, tag1M, tag1Sb, tag2, title1, title2 };