TESSA Web API
    Preparing search index...

    Type Alias FontNode

    type FontNode = {
        background?: string;
        color?: string;
        decoration?: string;
        family?: string;
        height?: string;
        size?: string;
        style?: string;
        weight?: string;
    }
    Index

    Properties

    background?: string
    color?: string
    decoration?: string
    family?: string
    height?: string
    size?: string
    style?: string
    weight?: string