Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    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

    • ReadonlyFONTS: {
          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"];
      }
    • ReadonlyLINE_HEIGHTS: { LOOSE: 1.8; NORMAL: 1.4; RELAXED: 1.6; TIGHT: 1.2 }
    • ReadonlySIZES: { BODY: 14; CAPTION: 12; HEADING: 24; SMALL: 10; SUBHEADING: 18; TITLE: 32 }
    • ReadonlyWEIGHTS: { BLACK: 900; BOLD: 700; LIGHT: 300; MEDIUM: 500; NORMAL: 400 }