textalive-app-api - v0.5.2
    Preparing search index...

    Interface FontInfo

    フォント情報

    Font info

    interface FontInfo {
        compactUrl?: string;
        en: string;
        google?: boolean;
        group?: string;
        isPrivate?: boolean;
        ja?: string;
        key: string;
        url?: string;
    }
    Index
    compactUrl?: string

    CSSのURL (頻出文字のみを抽出したサブセット)

    URL of the CSS file (Subset fonts for frequently-used chars)

    en: string

    英語フォントファミリー名

    English font family name

    google?: boolean

    Google Fonts フォントか否か

    Whether this font is provided by Google Fonts or not

    group?: string

    フォントのグループ名

    Optional font group name

    isPrivate?: boolean

    プライベートフォントか否か

    ja?: string

    日本語フォントファミリー名

    Japanese font family name

    key: string

    フォントのキー (文字列ID)

    Font key (string ID)

    url?: string

    CSSのURL

    URL of the CSS file