Variable KOREAN_TYPOGRAPHYConst
KOREAN_TYPOGRAPHY: {
FONTS: {
BODY: readonly [
"Noto Sans KR",
"Malgun Gothic",
"Dotum",
"Arial",
"sans-serif",
];
DISPLAY: readonly [
"Black Han Sans",
"Noto Sans KR",
"Arial Black",
"sans-serif",
];
HEADING: readonly [
"Noto Sans KR",
"Malgun Gothic",
"AppleGothic",
"Arial",
"sans-serif",
];
MONO: readonly ["D2Coding", "Consolas", "Monaco", "monospace"];
};
LINE_HEIGHTS: { LOOSE: 1.8; NORMAL: 1.4; RELAXED: 1.6; TIGHT: 1.2 };
SIZES: {
BODY: 14;
CAPTION: 12;
HEADING: 24;
SMALL: 10;
SUBHEADING: 18;
TITLE: 32;
};
WEIGHTS: { BLACK: 900; BOLD: 700; LIGHT: 300; MEDIUM: 500; NORMAL: 400 };
} = ...
Type declaration
Readonly
FONTS: {
BODY: readonly [
"Noto Sans KR",
"Malgun Gothic",
"Dotum",
"Arial",
"sans-serif",
];
DISPLAY: readonly [
"Black Han Sans",
"Noto Sans KR",
"Arial Black",
"sans-serif",
];
HEADING: readonly [
"Noto Sans KR",
"Malgun Gothic",
"AppleGothic",
"Arial",
"sans-serif",
];
MONO: readonly ["D2Coding", "Consolas", "Monaco", "monospace"];
}
Readonly
LINE_HEIGHTS: { LOOSE: 1.8; NORMAL: 1.4; RELAXED: 1.6; TIGHT: 1.2 }
Readonly
SIZES: { BODY: 14; CAPTION: 12; HEADING: 24; SMALL: 10; SUBHEADING: 18; TITLE: 32 }
Readonly
WEIGHTS: { BLACK: 900; BOLD: 700; LIGHT: 300; MEDIUM: 500; NORMAL: 400 }