Interface FontInfo

フォント情報

Font info

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

Properties

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

ja?: string

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

Japanese font family name

key: string

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

Font key (string ID)

typesquare?: boolean

モリサワ TypeSquare フォントか否か

Whether this font is provided by Morisawa TypeSquare or not

url?: string

CSSのURL

URL of the CSS file