TYPOGRAPHY: {
body: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "14px";
fontWeight: 400;
lineHeight: 1.5;
};
bodySmall: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "12px";
fontWeight: 400;
lineHeight: 1.5;
};
button: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "14px";
fontWeight: 600;
lineHeight: 1.4;
};
caption: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "10px";
fontWeight: 400;
lineHeight: 1.4;
};
heading1: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "24px";
fontWeight: 700;
lineHeight: 1.2;
};
heading2: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "20px";
fontWeight: 600;
lineHeight: 1.3;
};
heading3: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "16px";
fontWeight: 600;
lineHeight: 1.4;
};
micro: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "9px";
fontWeight: 400;
lineHeight: 1.4;
};
nano: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "8px";
fontWeight: 400;
lineHeight: 1.3;
};
} = ...
Type Declaration
Readonlybody: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "14px";
fontWeight: 400;
lineHeight: 1.5;
}
ReadonlybodySmall: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "12px";
fontWeight: 400;
lineHeight: 1.5;
}
Readonlycaption: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "10px";
fontWeight: 400;
lineHeight: 1.4;
}
Readonlyheading1: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "24px";
fontWeight: 700;
lineHeight: 1.2;
}
Readonlyheading2: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "20px";
fontWeight: 600;
lineHeight: 1.3;
}
Readonlyheading3: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "16px";
fontWeight: 600;
lineHeight: 1.4;
}
Readonlymicro: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "9px";
fontWeight: 400;
lineHeight: 1.4;
}
Readonlynano: {
fontFamily: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
fontSize: "8px";
fontWeight: 400;
lineHeight: 1.3;
}
Typography Scale
Optimized for Korean text with proper line-heights and font weights. All sizes include fontFamily to ensure consistent Korean rendering.